Skip to content

Commit

Permalink
Calling the always action on creating the widget.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard13 committed Jun 13, 2019
1 parent 10c89f7 commit 07590d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/code/Magento/Ui/view/base/web/js/modal/alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ define([
}]
},

/**
* Create widget.
*/
_create: function () {
this.options.actions.always();
this._super();
},

/**
* Close modal window.
*/
Expand Down

0 comments on commit 07590d9

Please sign in to comment.