244157786a
This is the result of running the no-implicit-this-codemod, some manual fixes, and the addition of a linting rule to prevent future ambiguity.
9 lines
249 B
Handlebars
9 lines
249 B
Handlebars
{{yield (hash
|
|
head=(component "list-table/table-head")
|
|
body=(component "list-table/table-body" rows=this.decoratedSource)
|
|
sort-by=(component "list-table/sort-by"
|
|
currentProp=this.sortProperty
|
|
sortDescending=this.sortDescending
|
|
)
|
|
)}}
|