From 4d005dc93b35f8a9e003310f57585f8c87b874e0 Mon Sep 17 00:00:00 2001 From: akhisud3195 Date: Wed, 19 Feb 2025 20:09:00 +0530 Subject: [PATCH] Fix merge issue --- apps/rowboat/app/lib/components/editable-field.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/rowboat/app/lib/components/editable-field.tsx b/apps/rowboat/app/lib/components/editable-field.tsx index f29b0946..ca924225 100644 --- a/apps/rowboat/app/lib/components/editable-field.tsx +++ b/apps/rowboat/app/lib/components/editable-field.tsx @@ -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({