mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: set a default color scheme when creating a new one
This commit is contained in:
parent
e0f660d9a9
commit
28a63135b8
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user