diff --git a/app/apps-tab/index/controller.js b/app/apps-tab/index/controller.js index 4a3700bed..c1f62aa2b 100644 --- a/app/apps-tab/index/controller.js +++ b/app/apps-tab/index/controller.js @@ -15,7 +15,7 @@ export default Controller.extend({ templatesObsvr: observer('model.apps.[]', function() { - once(() => this.send('fetchDeps', get(this, 'model.apps'))) + once(() => this.send('fetchDeps', get(this, 'model.apps'), 'route')); }), filteredApps: computed('model.apps.@each.{type,isFromCatalog,tags,state}','tags', function() {