Skip to content

Commit 4d26bd3

Browse files
committed
change of quote type on return
1 parent c8c7673 commit 4d26bd3

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
@@ -187,7 +187,7 @@ define([
187187
return action.target;
188188
}
189189

190-
return "_self";
190+
return '_self';
191191
},
192192

193193
/**

0 commit comments

Comments
 (0)