mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
vue_household_members_editor: fix store error with dispatch
This commit is contained in:
parent
5a4cb31ea5
commit
98729af065
@ -327,7 +327,7 @@ const store = createStore({
|
|||||||
commit('forceLeaveWithoutHousehold');
|
commit('forceLeaveWithoutHousehold');
|
||||||
dispatch('computeWarnings');
|
dispatch('computeWarnings');
|
||||||
},
|
},
|
||||||
selectHousehold({ commit }, h) {
|
selectHousehold({ commit, dispatch }, h) {
|
||||||
commit('selectHousehold', h);
|
commit('selectHousehold', h);
|
||||||
dispatch('computeWarnings');
|
dispatch('computeWarnings');
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user