mirror of
https://github.com/discourse/discourse-solved.git
synced 2026-09-16 14:42:13 -04:00
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