fix the merge

This commit is contained in:
j3d1 2019-12-12 19:33:58 +01:00
parent 2f43930bd8
commit bfee56564c

View file

@ -71,6 +71,8 @@ const store = new Vuex.Store({
export default store;
store.dispatch('loadEvents').then(() =>
store.dispatch('loadEventItems')
store.dispatch('loadEvents').then(() =>{
store.dispatch('loadEventItems');
store.dispatch('loadBoxes');
}
);