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; className?: string;
validate?: (value: string) => { valid: boolean; errorMessage?: string }; validate?: (value: string) => { valid: boolean; errorMessage?: string };
light?: boolean; light?: boolean;
<<<<<<< HEAD
mentions?: boolean; mentions?: boolean;
mentionsAtValues?: Match[]; mentionsAtValues?: Match[];
=======
showSaveButton?: boolean; showSaveButton?: boolean;
error?: string | null; error?: string | null;
>>>>>>> 0ddd390 (Refactor components and use in scenarios pages)
} }
export function EditableField({ export function EditableField({