lookup correct catalog route to refresh

catalog-tab is the project level route, this never targeted the correct route.
This commit is contained in:
Westly Wright 2019-10-10 15:52:00 -07:00
parent ccd9d740ac
commit d211f69c15
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export default Controller.extend({
},
refresh() {
let catalogTab = getOwner(this).lookup('route:catalog-tab');
let catalogTab = getOwner(this).lookup('route:multi-cluster-apps.catalog');
catalogTab.send('refresh');
},