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 8e36891 commit 9a9cec9Copy full SHA for 9a9cec9
app/code/Magento/Catalog/view/adminhtml/web/js/components/import-handler.js
@@ -99,14 +99,15 @@ define([
99
* and disallow/allow import value
100
*/
101
userChanges: function () {
102
- this._super();
103
104
/**
105
* As userChanges is called before updateValue,
106
* we forced to get value from component by reference
107
108
var actualValue = arguments[1].currentTarget.value;
109
+ this._super();
110
+
111
if (actualValue === '') {
112
this.allowImport = true;
113
0 commit comments