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