mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-03-01 15:29:14 +00:00
FIX: Nest combobox within LI element (#280)
This commit is contained in:
parent
3a6d2e46a1
commit
526a44644a
@ -1,4 +1,5 @@
|
|||||||
{{#if this.siteSettings.solved_enabled}}
|
{{#if this.siteSettings.solved_enabled}}
|
||||||
|
<li>
|
||||||
<ComboBox
|
<ComboBox
|
||||||
@content={{this.statuses}}
|
@content={{this.statuses}}
|
||||||
@value={{this.status}}
|
@value={{this.status}}
|
||||||
@ -7,4 +8,5 @@
|
|||||||
@onChange={{this.changeStatus}}
|
@onChange={{this.changeStatus}}
|
||||||
class="solved-status-filter"
|
class="solved-status-filter"
|
||||||
/>
|
/>
|
||||||
|
</li>
|
||||||
{{/if}}
|
{{/if}}
|
Loading…
x
Reference in New Issue
Block a user