diff --git a/src/components/Group.vue b/src/components/Group.vue index 9aaf8e73e..19f5acc01 100644 --- a/src/components/Group.vue +++ b/src/components/Group.vue @@ -532,7 +532,7 @@ export default { }, focusInput(id, title) { - this.store.dispatch("inputs/setFocusedInput", { + this.$modV.store.dispatch("inputs/setFocusedInput", { id, title: `${this.name}: ${title}` });