Skip to content

Commit df87e4a

Browse files
committed
ACP2E-897: Grid Custom view getting changed
- without test
1 parent 2e45de7 commit df87e4a

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Ui/view/base/web/templates/grid/controls

1 file changed

+2
-2
lines changed

app/code/Magento/Ui/view/base/web/templates/grid/controls/columns.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<input class="admin__control-checkbox" type="checkbox"
1616
disable="isDisabled($col())"
1717
ko-checked="$col().visible"
18-
attr="id: ++ko.uid"/>
18+
attr="id: ++ko.uid">
1919
<label class="admin__field-label"
2020
translate="$col().label"
21-
attr="for: ko.uid, title: $col().label"></label>
21+
attr="for: ko.uid"></label>
2222
</div>
2323
</div>
2424
<div class="admin__action-dropdown-menu-footer">

0 commit comments

Comments
 (0)