diff --git a/src/modules/documentExecution/dashboard/DashboardController.vue b/src/modules/documentExecution/dashboard/DashboardController.vue index d034ab5c8..50beb303e 100644 --- a/src/modules/documentExecution/dashboard/DashboardController.vue +++ b/src/modules/documentExecution/dashboard/DashboardController.vue @@ -228,7 +228,7 @@ export default defineComponent({ } if (!this.initialDataLoadedMap.profileAttributesLoaded) this.loadProfileAttributes() if (!this.initialDataLoadedMap.dashboardThemesLoaded) this.loadDashboardThemes() - this.loadModel() + await this.loadModel() if (!this.initialDataLoadedMap.internationalizationLoaded) this.loadInternationalization() this.setDashboardDrivers(this.dashboardId, this.drivers) if (!this.initialDataLoadedMap.htmlGalleryLoaded) this.loadHtmlGallery()