Skip to content

Commit a2ac88c

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-55854' into troll_bugfix
2 parents c36a9cf + 907e166 commit a2ac88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/lib/step-wizard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ define([
213213
modal.closeModal();
214214
}
215215
},
216-
showSpecificStep: function () {
216+
showSpecificStep: function (data, event) {
217217
var index = _.indexOf(this.stepsNames, event.target.hash.substr(1)),
218218
stepName = this.wizard.move(index);
219219

0 commit comments

Comments
 (0)