Fix merge issue

This commit is contained in:
akhisud3195 2025-02-19 20:09:00 +05:30
parent 6a1ecf094c
commit 4d005dc93b

View file

@ -19,13 +19,10 @@ interface EditableFieldProps {
className?: string;
validate?: (value: string) => { valid: boolean; errorMessage?: string };
light?: boolean;
<<<<<<< HEAD
mentions?: boolean;
mentionsAtValues?: Match[];
=======
showSaveButton?: boolean;
error?: string | null;
>>>>>>> 0ddd390 (Refactor components and use in scenarios pages)
}
export function EditableField({