mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 20:18:40 +08:00
FIX: select single choice as default when building a poll
This commit is contained in:
parent
647cf7545d
commit
b295c03001
@ -4,6 +4,7 @@
|
|||||||
<label class="input-group-label">{{i18n 'poll.ui_builder.poll_type.label'}}</label>
|
<label class="input-group-label">{{i18n 'poll.ui_builder.poll_type.label'}}</label>
|
||||||
{{combo-box content=pollTypes
|
{{combo-box content=pollTypes
|
||||||
value=pollType
|
value=pollType
|
||||||
|
allowInitialValueMutation=true
|
||||||
valueAttribute="value"}}
|
valueAttribute="value"}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user