feat: added links update functionality

This commit is contained in:
Daniel
2023-03-28 18:41:34 +03:30
parent b9567ca3c2
commit e41c492675
6 changed files with 107 additions and 28 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export default function ({ onChange, defaultValue }: Props) {
return (
<CreatableSelect
isClearable
isClearable={false}
onChange={onChange}
options={options}
styles={styles}