diff --git a/frontend/src/App.vue b/frontend/src/App.vue index f6c74f18d..e5d9741b2 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -79,6 +79,7 @@ export default { this.$store.dispatch("requestHomePageSettings"); this.$store.dispatch("requestSiteSettings"); this.$store.dispatch("refreshToken"); + this.$store.dispatch("requestCurrentGroup"); this.darkModeSystemCheck(); this.darkModeAddEventListener(); }, diff --git a/frontend/src/components/MealPlan/MealPlanNew.vue b/frontend/src/components/MealPlan/MealPlanNew.vue index b9ba93dd9..e2b07b133 100644 --- a/frontend/src/components/MealPlan/MealPlanNew.vue +++ b/frontend/src/components/MealPlan/MealPlanNew.vue @@ -82,6 +82,7 @@