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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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>