mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: set a default color scheme when creating a new one
This commit is contained in:
parent
e0f660d9a9
commit
28a63135b8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue