mirror of
https://github.com/directus/directus.git
synced 2026-02-01 09:05:01 -05:00
@@ -128,7 +128,8 @@ export default defineComponent({
|
||||
if (oldValue && newValue === null) {
|
||||
deselect();
|
||||
}
|
||||
}
|
||||
},
|
||||
{ immediate: true }
|
||||
);
|
||||
|
||||
const { edits, stageEdits } = useEdits();
|
||||
|
||||
Reference in New Issue
Block a user