|
@@ -303,7 +303,7 @@
|
|
|
this.$store.commit('setForumName', res.data.forumName)
|
|
|
this.$store.commit('setForumDescription', res.data.forumDescription)
|
|
|
|
|
|
- this.$store.dispatch('setTitle', this.$store.meta.title)
|
|
|
+ this.$store.dispatch('setTitle', this.$store.state.meta.title)
|
|
|
}).catch(err => {
|
|
|
if(err.response.data.errors[0].name === 'noSettings') {
|
|
|
this.$router.push('/start')
|