Skip to content

Commit 4e964f9

Browse files
committed
MC-5498: Error when save configurable product
1 parent c26b3a7 commit 4e964f9

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/variations

1 file changed

+3
-3
lines changed

app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/variations/variations.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,10 +489,10 @@ define([
489489
this.closeDialogAndProcessForm();
490490

491491
return true;
492-
} else {
493-
this.unserializeData();
494-
return false;
495492
}
493+
494+
this.unserializeData();
495+
return false;
496496
},
497497

498498
/**

0 commit comments

Comments
 (0)