Skip to content

Commit 378bcd2

Browse files
committed
Fix static test
1 parent 7555192 commit 378bcd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/components/new-attribute-form.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ define([
4141
saveAttributeInNewSet: function () {
4242

4343
var self = this;
44+
4445
this.validate();
4546
if (!this.additionalInvalid && !this.source.get('params.invalid')) {
4647
prompt({

0 commit comments

Comments
 (0)