diff --git a/public/js/components/Dashboard/Dashboard.js b/public/js/components/Dashboard/Dashboard.js index 526bc45c7..d9684ea74 100644 --- a/public/js/components/Dashboard/Dashboard.js +++ b/public/js/components/Dashboard/Dashboard.js @@ -124,10 +124,10 @@ export default { this.userFirstName = viewData?.name; } }, - created() { + async created() { this.$p.loadCategory('dashboard'); - this.fetchViewData(); + await this.fetchViewData(); this.$api .call(ApiDashboardWidget.listAllowed(this.dashboard))