force flag when fetching group plans

This commit is contained in:
Hafiz
2026-01-13 13:21:55 -06:00
parent fa43484a1b
commit dcb3b1633b
@@ -430,7 +430,7 @@ export default {
this.userGuilds = guildsResponse.data.data || [];
this.userParty = partyResponse.data.data;
await this.$store.dispatch('guilds:getGroupPlans');
await this.$store.dispatch('guilds:getGroupPlans', true);
const groupPlans = this.$store.state.groupPlans?.data || [];
this.activeGroupPlanIds = groupPlans.map(g => g._id);
} catch (e) {