mirror of
https://github.com/directus/directus.git
synced 2026-01-23 16:58:07 -05:00
allow setting primary key in o2m (#4218)
This commit is contained in:
@@ -403,7 +403,7 @@ export default defineComponent({
|
||||
return item;
|
||||
});
|
||||
|
||||
if (hasPrimaryKey === false && newValue.includes(edits) === false) {
|
||||
if (newValue.includes(edits) === false) {
|
||||
newValue.push(edits);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user