Skip to content

Commit c8c7673

Browse files
committed
missing comma added.
1 parent d5c7882 commit c8c7673

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/grid/columns

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/columns/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ define([
188188
}
189189

190190
return "_self";
191-
}
191+
},
192192

193193
/**
194194
* Checks if specified action requires a handler function.

0 commit comments

Comments
 (0)