1
0
mirror of synced 2026-08-04 17:27:04 +00:00

FIX: Show topic filter dropdown only if plugin is enabled

This commit is contained in:
Vinoth Kannan
2019-03-15 16:04:35 +05:30
parent 97821bc96c
commit effb7e168b
@@ -1 +1,3 @@
{{combo-box content=statuses value=status valueAttribute="value" onSelect=(action "changeStatus")}}
{{#if siteSettings.solved_enabled}}
{{combo-box content=statuses value=status valueAttribute="value" onSelect=(action "changeStatus")}}
{{/if}}