DEV: Fix the route name
This commit is contained in:
parent
3aa0862fa9
commit
47c8cf3531
|
|
@ -54,6 +54,6 @@ export default Route.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
deactivate() {
|
deactivate() {
|
||||||
this.controllerFor("upgrade").stopBus();
|
this.controllerFor("upgrade.show").stopBus();
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue