mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-24 12:34:10 +03:00
issue : #7486 demo https://github.com/user-attachments/assets/0b1ed9de-2aa1-4910-bfc7-01732b89367f
This commit is contained in:
parent
8418729d9f
commit
855060a308
@ -181,13 +181,13 @@ export const SettingsDataModelFieldSelectForm = ({
|
||||
const handleAddOption = () => {
|
||||
const newOptions = getOptionsWithNewOption();
|
||||
|
||||
setFormValue('options', newOptions);
|
||||
setFormValue('options', newOptions, { shouldDirty: true });
|
||||
};
|
||||
|
||||
const handleInputEnter = () => {
|
||||
const newOptions = getOptionsWithNewOption();
|
||||
|
||||
setFormValue('options', newOptions);
|
||||
setFormValue('options', newOptions, { shouldDirty: true });
|
||||
};
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user