Skip to content

Commit b3145f6

Browse files
committed
Merge branch 'ENGCOM-7452' into 2.4-develop-fast-lane-prs
2 parents 8a0a88f + 54467d4 commit b3145f6

File tree

1 file changed

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

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,11 @@ define([
3939
}]
4040
},
4141

42-
/**
43-
* Create widget.
44-
*/
45-
_create: function () {
46-
this.options.actions.always();
47-
this._super();
48-
},
49-
5042
/**
5143
* Close modal window.
5244
*/
5345
closeModal: function () {
46+
this.options.actions.always();
5447
this.element.bind('alertclosed', _.bind(this._remove, this));
5548

5649
return this._super();

0 commit comments

Comments
 (0)