link field fromField usage

This commit is contained in:
Yuri Kuznetsov
2025-05-24 17:04:17 +03:00
parent 0f2689deee
commit 3b5207871b
+1 -1
View File
@@ -424,7 +424,7 @@ class LinkFieldView extends BaseFieldView {
this.model.set({
...attributes,
...(await handler.getAttributes(model)),
});
}, {fromField: this.name});
});
}