mirror of https://github.com/rancher/ui.git
lookup correct catalog route to refresh
catalog-tab is the project level route, this never targeted the correct route.
This commit is contained in:
parent
ccd9d740ac
commit
d211f69c15
|
|
@ -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');
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue