From 3cadc881ef0b065ac917b17189ffd22766615caf Mon Sep 17 00:00:00 2001 From: Androz2091 Date: Thu, 18 Feb 2021 08:07:03 +0100 Subject: [PATCH] :bug: Reset missing scope state on load commands --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 96b5c47..aef4d09 100644 --- a/src/App.vue +++ b/src/App.vue @@ -91,6 +91,7 @@ export default { }, methods: { loadCommands () { + this.missingScope = false; this.loading = true; if (!this.$store.getters.logged || !this.$store.getters.isTokenActive) { this.loading = false;