implemented management of poll weights
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{#each Object.entries(poll.weights) as [weight,descr]}
|
||||
{#each Object.entries(poll.weights) as [weight,descr] (weight)}
|
||||
<tr>
|
||||
<td>
|
||||
<input type="number" value={weight} />
|
||||
|
||||
Reference in New Issue
Block a user