mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: De-prioritize composer category on navigation (#13372)
This commit is contained in:
parent
091beaf4a2
commit
a470e880bd
@ -202,6 +202,8 @@ export default (filterArg, params) => {
|
||||
|
||||
deactivate() {
|
||||
this._super(...arguments);
|
||||
|
||||
this.controllerFor("composer").set("prioritizedCategoryId", null);
|
||||
this.searchService.set("searchContext", null);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user