FIX: Show topic filter dropdown only if plugin is enabled
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user