Skip to content

Commit

Permalink
[atlas4dev] Template saving async
Browse files Browse the repository at this point in the history
  • Loading branch information
Redjaw authored Nov 22, 2023
2 parents 91cb557 + 99812f0 commit 10f1531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 10f1531

Please sign in to comment.