mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
fixes nested groups filtering out its parents values (#13158)
This commit is contained in:
@@ -330,7 +330,7 @@ export default defineComponent({
|
||||
return field.schema?.is_primary_key || !isDisabled(field);
|
||||
});
|
||||
|
||||
emit('update:modelValue', pick(assign({}, props.modelValue, updates), updatableKeys));
|
||||
emit('update:modelValue', assign({}, props.modelValue, pick(updates, updatableKeys)));
|
||||
}
|
||||
|
||||
function unsetValue(field: Field) {
|
||||
|
||||
Reference in New Issue
Block a user