mirror of
https://github.com/directus/directus.git
synced 2026-01-29 12:27:55 -05:00
fix M2A list not updating (#10617)
This commit is contained in:
@@ -201,7 +201,7 @@ export default defineComponent({
|
||||
useEdits();
|
||||
const { onSort } = useManualSort();
|
||||
|
||||
watch(props, fetchValues, { immediate: true, deep: true });
|
||||
watch(() => props.value, fetchValues, { immediate: true, deep: true });
|
||||
|
||||
return {
|
||||
t,
|
||||
|
||||
Reference in New Issue
Block a user