Skip to content

Commit

Permalink
🐛 Reset missing scope state on load commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Feb 18, 2021
1 parent 5e08616 commit 3cadc88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3cadc88

Please # to comment.