Skip to content

Commit 96f9f2c

Browse files
committed
AC-1288:code review fix
1 parent 6502dc1 commit 96f9f2c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/templates/grid/cells

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/templates/grid/cells/actions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
repeat="foreach: $col.getVisibleActions($row()._rowIndex), item: '$action'"
1111
click="$col.getActionHandler($action())"
1212
text="$action().label"
13-
attr="target: $col.getTarget($action()), href: $action().href, 'aria-label':$action().ariaLabel"></a>
13+
attr="target: $col.getTarget($action()), href: $action().href, 'aria-label': $action().ariaLabel"></a>
1414

1515
<div class="action-select-wrap" if="$col.isMultiple($row()._rowIndex)" collapsible>
1616
<button class="action-select" translate="'Select'" toggleCollapsible></button>

0 commit comments

Comments
 (0)