diff --git a/src/App.vue b/src/App.vue index b3902da3..191a39f7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -356,7 +356,7 @@ export default { { keys: "R", action: () => { - this.refreshEverything, + this.$store.commit('setRefreshEveryThing', true); this.$trackEvent('ShortCut', 'ShortCut', 'RefreshEverything'); }, diff --git a/src/components/help.vue b/src/components/help.vue index 34b58c4a..9ec33e27 100644 --- a/src/components/help.vue +++ b/src/components/help.vue @@ -4,7 +4,7 @@