Skip to content

Commit

Permalink
wc - Fixed defect, line accidentally removed bak
Browse files Browse the repository at this point in the history
  • Loading branch information
gpveronica committed Nov 9, 2023
1 parent 0589267 commit 19b9a42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webcomponents/commons/forms/data-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -1698,6 +1698,7 @@ export default class DataForm extends LitElement {
}
}
LitUtils.dispatchCustomEvent(this, "fieldChange", null, {
...eventDetail,
data: this.data,
}, null, {bubbles: true, composed: true});
}
Expand Down

0 comments on commit 19b9a42

Please sign in to comment.