DEV: enforces ember-template-lint: no-unused-block-params (#9138)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
{{#if model.computedLabels}}
|
||||
{{#each model.computedLabels as |label index|}}
|
||||
{{#each model.computedLabels as |label|}}
|
||||
{{admin-report-table-header
|
||||
showSortingUI=showSortingUI
|
||||
currentSortDirection=sortDirection
|
||||
|
||||
Reference in New Issue
Block a user