clarified and combined warnings
This commit is contained in:
parent
7e44ebcc31
commit
44ea6d3469
16 changed files with 34 additions and 30 deletions
|
|
@ -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') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue