fixes part 6

This commit is contained in:
Čarodej
2022-03-03 07:37:28 +01:00
parent 4b751a29c2
commit 6ca2269c80
6 changed files with 29 additions and 16 deletions

View File

@@ -90,9 +90,7 @@ export default {
.post('/api/subscriptions/cancel')
.then(() => {
// Update user data
this.$store.dispatch('getAppData').then(() => {
this.fetchSubscriptionDetail()
})
this.$store.dispatch('getAppData')
events.$emit('toaster', {
type: 'success',