🔀 Merge pull request #1866 from yeralin/patch-1

Update Workspace.vue
This commit is contained in:
Alicia Sykes 2025-07-22 17:43:00 +01:00 committed by GitHub
commit cab60c1f4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,8 +75,9 @@ export default {
},
},
mounted() {
this.setTheme();
this.initiateFontAwesome();
this.initiateMaterialDesignIcons();
this.setTheme();
this.url = this.getInitialUrl();
},
};