fix: await namespace creation
This commit is contained in:
parent
1d43d1bd65
commit
54d456e886
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ export default {
|
|||
}
|
||||
this.showError = false
|
||||
|
||||
const namespace = this.namespaceService.create(this.namespace)
|
||||
const namespace = await this.namespaceService.create(this.namespace)
|
||||
this.$store.commit('namespaces/addNamespace', namespace)
|
||||
this.$message.success({message: this.$t('namespace.create.success') })
|
||||
this.$router.back()
|
||||
|
|
Loading…
Reference in a new issue