Don't disconnect whenever any error occurs

This commit is contained in:
Joel Collins 2019-11-21 16:24:30 +00:00
parent a0cd7fc39a
commit a9588e0d28

View file

@ -58,7 +58,6 @@ export default new Vuex.Store({
},
setError(state, msg) {
state.waiting = false;
state.available = false;
state.error = msg;
}
},