Reload namespaces and lists after migrating
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-12-17 00:23:23 +01:00
parent 0eea9b68fd
commit f4625686a6
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ export default {
this.migrationService.migrate({code: this.migratorAuthCode})
.then(r => {
this.message = r.message
this.$store.dispatch('namespaces/loadNamespaces')
})
.catch(e => {
this.error(e, this)