We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250045e commit 70379eeCopy full SHA for 70379ee
app/code/Magento/Ui/view/base/web/js/form/components/insert-listing.js
@@ -155,7 +155,7 @@ define([
155
updateExternalValueByEditableData: function () {
156
var updatedExtValue;
157
158
- if (!this.behaviourType === 'edit' || _.isEmpty(this.editableData) || _.isEmpty(this.externalValue())) {
+ if (!(this.behaviourType === 'edit') || _.isEmpty(this.editableData) || _.isEmpty(this.externalValue())) {
159
return;
160
}
161
0 commit comments