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