mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-29 18:36:23 +02:00
Fix merge issue
This commit is contained in:
parent
6a1ecf094c
commit
4d005dc93b
1 changed files with 0 additions and 3 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue