Fix namespace model name showing wrong placeholder until the namespace was loaded
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-03-21 13:57:42 +01:00
parent a706089f7b
commit ce80fa2dbd
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@
},
created() {
this.namespaceService = new NamespaceService()
this.namespace = new NamespaceModel()
this.loadNamespace()
},
watch: {