FIX: set a default color scheme when creating a new one

This commit is contained in:
Joffrey JAFFEUX 2017-12-14 08:21:56 +01:00 committed by GitHub
parent e0f660d9a9
commit 28a63135b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
{{i18n "admin.customize.colors.select_base.description"}} {{i18n "admin.customize.colors.select_base.description"}}
{{combo-box content=model {{combo-box content=model
value=selectedBaseThemeId value=selectedBaseThemeId
allowInitialValueMutation=true
valueAttribute="base_scheme_id"}} valueAttribute="base_scheme_id"}}
{{/d-modal-body}} {{/d-modal-body}}
<div class="modal-footer"> <div class="modal-footer">