Don't disconnect whenever any error occurs
This commit is contained in:
parent
a0cd7fc39a
commit
a9588e0d28
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ export default new Vuex.Store({
|
||||||
},
|
},
|
||||||
setError(state, msg) {
|
setError(state, msg) {
|
||||||
state.waiting = false;
|
state.waiting = false;
|
||||||
state.available = false;
|
|
||||||
state.error = msg;
|
state.error = msg;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue