We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6502dc1 commit 96f9f2cCopy full SHA for 96f9f2c
app/code/Magento/Ui/view/base/web/templates/grid/cells/actions.html
@@ -10,7 +10,7 @@
10
repeat="foreach: $col.getVisibleActions($row()._rowIndex), item: '$action'"
11
click="$col.getActionHandler($action())"
12
text="$action().label"
13
- attr="target: $col.getTarget($action()), href: $action().href, 'aria-label':$action().ariaLabel"></a>
+ attr="target: $col.getTarget($action()), href: $action().href, 'aria-label': $action().ariaLabel"></a>
14
15
<div class="action-select-wrap" if="$col.isMultiple($row()._rowIndex)" collapsible>
16
<button class="action-select" translate="'Select'" toggleCollapsible></button>
0 commit comments