bugfix: console doesnt work with new loadings store

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej 2020-12-05 15:57:03 +01:00
parent 0bb53fdde7
commit caead858fe

View File

@ -121,7 +121,7 @@
...mapState({ ...mapState({
events: state => state.server.events, events: state => state.server.events,
helplist: state => state.printer.helplist, helplist: state => state.printer.helplist,
loadings: state => state.loadings, loadings: state => state.socket.loadings,
}), }),
...mapGetters([ ...mapGetters([
'getMacros' 'getMacros'