Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 committed Aug 5, 2024
2 parents c266bf6 + 4b30d2f commit 8a44014
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,7 @@ class IbexaCustomTagUI extends Plugin {

this.isNew = false;

Object.keys(values).forEach((name) => {
const attributeView = this.formView.attributeViews[name];

if (!attributeView) {
return;
}

Object.entries(this.formView.attributeViews).forEach(([name, attributeView]) => {
newValues[name] = attributeView.fieldView.element.value;
});

Expand Down

0 comments on commit 8a44014

Please sign in to comment.