clarified and combined warnings

This commit is contained in:
Henry Jameson 2026-05-18 18:21:59 +03:00
commit 44ea6d3469
16 changed files with 34 additions and 30 deletions

View file

@ -17,7 +17,6 @@
type="text"
:placeholder="$t('polls.option')"
:maxlength="maxLength"
@change="updatePollToParent"
@keydown.enter.stop.prevent="nextOption(index)"
>
</div>
@ -50,7 +49,6 @@
v-model="pollType"
class="poll-type-select"
unstyled="true"
@change="updatePollToParent"
>
<option value="single">
{{ $t('polls.single_choice') }}