Redirect to home after importing
This commit is contained in:
@@ -82,6 +82,7 @@ export default {
|
||||
})
|
||||
.finally(() => {
|
||||
this.tryingToCreate = false
|
||||
setTimeout(() => this.$router.push({ name: 'home' }), 1000)
|
||||
})
|
||||
},
|
||||
},
|
||||
|
||||
@@ -72,6 +72,7 @@ export default {
|
||||
})
|
||||
.finally(() => {
|
||||
this.tryingToCreate = false
|
||||
setTimeout(() => this.$router.push({ name: 'home' }), 1000)
|
||||
})
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user