Skip to content

Commit fb011a0

Browse files
committed
Merge pull request #483 from magento-mpi/prs
[GITHUB] Merge public Github PRs
2 parents 043b721 + 383d6aa commit fb011a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/massactions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ define([
9898
*/
9999
addAction: function (action) {
100100
var actions = this.actions(),
101-
index = _.findIdnex(actions, {
101+
index = _.findIndex(actions, {
102102
type: action.type
103103
});
104104

0 commit comments

Comments
 (0)