Fix content block refresh bug

This commit is contained in:
Ramon Wenger 2018-10-22 20:34:42 +02:00
parent 40f11914fb
commit 51cebfa34a
3 changed files with 2 additions and 3 deletions

View File

@ -42,7 +42,7 @@
refetchQueries: [{
query: MODULE_DETAILS_QUERY,
variables: {
slug: store.state.moduleSlug
slug: this.$route.params.slug
}
}]
}).then(() => {

View File

@ -41,7 +41,7 @@
refetchQueries: [{
query: MODULE_DETAILS_QUERY,
variables: {
slug: store.state.moduleSlug
slug: this.$route.params.slug
}
}]
}).then(() => {

View File

@ -11,7 +11,6 @@ export default new Vuex.Store({
showModal: '',
contentBlockPosition: {},
scrollPosition: 0,
moduleSlug: 'geld',
filterForSchoolClass: '',
currentContentBlock: '',
parentRoom: null