diff --git a/frontend/src/components/views/index-dashboard/index-dashboard.js b/frontend/src/components/views/index-dashboard/index-dashboard.js index f9648f5..dc734c7 100644 --- a/frontend/src/components/views/index-dashboard/index-dashboard.js +++ b/frontend/src/components/views/index-dashboard/index-dashboard.js @@ -662,6 +662,5 @@ function IndexDashboardController($rootScope, $scope, $location, $cookies, $inte if (stateHolder.AeUser.applications.length){ vm.show_dashboard = true; vm.determineStartState(); - vm.refreshData(); } }