FIX: select single choice as default when building a poll

This commit is contained in:
Joffrey JAFFEUX
2018-01-03 09:23:15 +01:00
committed by GitHub
parent 647cf7545d
commit b295c03001

View File

@@ -4,6 +4,7 @@
<label class="input-group-label">{{i18n 'poll.ui_builder.poll_type.label'}}</label>
{{combo-box content=pollTypes
value=pollType
allowInitialValueMutation=true
valueAttribute="value"}}
</div>