bugfix: console doesnt work with new loadings store
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
0bb53fdde7
commit
caead858fe
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user