Fix typo
This commit is contained in:
parent
26fa7e70bc
commit
872eb6efa5
|
|
@ -49,7 +49,7 @@
|
|||
methods: {
|
||||
updateQuery() {
|
||||
this.$apollo.queries.moduleQuery.refetch();
|
||||
this.$store.commit('resetUpdateContentBlocksFlag');
|
||||
this.$store.dispatch('resetUpdateContentBlocksFlag');
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue