Fixing bug in template: selected values of a user was not shown
This commit is contained in:
parent
ff3ef88585
commit
76d4eb19f9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
{{#each user in users}}
|
||||
<tr>
|
||||
<td>{{user.name}}</td>
|
||||
{{#each selection in selections}}
|
||||
{{#each selection in user.selections}}
|
||||
<td>{{selection.value}}</td>
|
||||
{{/each}}
|
||||
<td> </td>
|
||||
|
|
Loading…
Reference in a new issue