Skip to content

Commit 92adfeb

Browse files
committed
Removing the always calling on closeModal
1 parent 07590d9 commit 92adfeb

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/modal

1 file changed

+0
-1
lines changed

app/code/Magento/Ui/view/base/web/js/modal/alert.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ define([
5151
* Close modal window.
5252
*/
5353
closeModal: function () {
54-
this.options.actions.always();
5554
this.element.bind('alertclosed', _.bind(this._remove, this));
5655

5756
return this._super();

0 commit comments

Comments
 (0)