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 2e45de7 commit df87e4aCopy full SHA for df87e4a
app/code/Magento/Ui/view/base/web/templates/grid/controls/columns.html
@@ -15,10 +15,10 @@
15
<input class="admin__control-checkbox" type="checkbox"
16
disable="isDisabled($col())"
17
ko-checked="$col().visible"
18
- attr="id: ++ko.uid"/>
+ attr="id: ++ko.uid">
19
<label class="admin__field-label"
20
translate="$col().label"
21
- attr="for: ko.uid, title: $col().label"></label>
+ attr="for: ko.uid"></label>
22
</div>
23
24
<div class="admin__action-dropdown-menu-footer">
0 commit comments