This commit is contained in:
Ramon Wenger 2018-09-11 15:53:09 +02:00
parent 26fa7e70bc
commit 872eb6efa5
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
methods: {
updateQuery() {
this.$apollo.queries.moduleQuery.refetch();
this.$store.commit('resetUpdateContentBlocksFlag');
this.$store.dispatch('resetUpdateContentBlocksFlag');
}
},