Skip to content

Commit 07590d9

Browse files
committed
Calling the always action on creating the widget.
1 parent 10c89f7 commit 07590d9

File tree

1 file changed

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

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ define([
3939
}]
4040
},
4141

42+
/**
43+
* Create widget.
44+
*/
45+
_create: function () {
46+
this.options.actions.always();
47+
this._super();
48+
},
49+
4250
/**
4351
* Close modal window.
4452
*/

0 commit comments

Comments
 (0)