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