🐛
This commit is contained in:
parent
d1851255af
commit
54ea1f2340
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ export const updateRelation = (options: {
|
|||
action: "updateAttrViewColRelation",
|
||||
avID: options.avID,
|
||||
keyID: colId,
|
||||
id: colData.relation.avID,
|
||||
id: colData.relation.avID || newAVId,
|
||||
backRelationKeyID: colData.relation.backKeyID,
|
||||
isTwoWay: colData.relation.isTwoWay,
|
||||
name: inputElement.dataset.oldValue,
|
||||
|
|
Loading…
Add table
Reference in a new issue