FIX: De-prioritize composer category on navigation (#13372)

This commit is contained in:
Jarek Radosz 2021-06-14 17:38:57 +02:00 committed by GitHub
parent 091beaf4a2
commit a470e880bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,6 +202,8 @@ export default (filterArg, params) => {
deactivate() {
this._super(...arguments);
this.controllerFor("composer").set("prioritizedCategoryId", null);
this.searchService.set("searchContext", null);
},