discourse/app/assets/javascripts/admin/addon/components/admin-report-table-row.hbs
2023-02-13 11:42:38 +00:00

7 lines
146 B
Handlebars

{{#each this.labels as |label|}}
<AdminReportTableCell
@label={{label}}
@data={{this.data}}
@options={{this.options}}
/>
{{/each}}