From caead858fe544b45429d1ecc86dd57a39360b0cd Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sat, 5 Dec 2020 15:57:03 +0100 Subject: [PATCH] bugfix: console doesnt work with new loadings store Signed-off-by: Stefan Dej --- src/pages/Console.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Console.vue b/src/pages/Console.vue index 74b27b66..a2a1df17 100644 --- a/src/pages/Console.vue +++ b/src/pages/Console.vue @@ -121,7 +121,7 @@ ...mapState({ events: state => state.server.events, helplist: state => state.printer.helplist, - loadings: state => state.loadings, + loadings: state => state.socket.loadings, }), ...mapGetters([ 'getMacros'