implemented management of poll weights

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-02-27 08:31:45 +01:00
parent 5336384e0d
commit f78de1caae

View File

@@ -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} />