FIX: Nest combobox within LI element (#280)

This commit is contained in:
Jordan Vidrine 2024-02-08 15:50:26 -06:00 committed by GitHub
parent 3a6d2e46a1
commit 526a44644a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,5 @@
{{#if this.siteSettings.solved_enabled}}
<li>
<ComboBox
@content={{this.statuses}}
@value={{this.status}}
@ -7,4 +8,5 @@
@onChange={{this.changeStatus}}
class="solved-status-filter"
/>
</li>
{{/if}}