DEV: Fix the route name

This commit is contained in:
Jarek Radosz 2023-01-16 00:37:02 +01:00
parent 3aa0862fa9
commit 47c8cf3531
1 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,6 @@ export default Route.extend({
},
deactivate() {
this.controllerFor("upgrade").stopBus();
this.controllerFor("upgrade.show").stopBus();
},
});