code cleanup

This commit is contained in:
adisposkofh
2026-04-17 14:51:20 +02:00
parent 94f742187e
commit 8f73489073
+2 -2
View File
@@ -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))