mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
code cleanup
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user