2022-12-13 09:21:01 -06:00
|
|
|
<tr>
|
|
|
|
|
{{#each this.results as |result|}}
|
2023-02-07 12:26:47 -06:00
|
|
|
<td>
|
|
|
|
|
<result.component
|
|
|
|
|
@ctx={{result.ctx}}
|
|
|
|
|
@params={{result.params}}
|
|
|
|
|
@textValue={{result.textValue}}
|
|
|
|
|
/>
|
|
|
|
|
</td>
|
2022-12-13 09:21:01 -06:00
|
|
|
{{/each}}
|
2023-01-04 12:36:14 +00:00
|
|
|
</tr>
|