fix: increase poll answer max length to 50

Fixes #2077
poll-50
Nolan Lawson 2021-08-06 14:52:44 -07:00
rodzic a1e105ccef
commit bb764d3399
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
{#each poll.options as option, i}
<input id="poll-option-{realm}-{i}"
type="text"
maxlength="25"
maxlength="50"
on:change="onChange(i)"
placeholder="{createLabel(i)}"