Fix namespace model name showing wrong placeholder until the namespace was loaded
This commit is contained in:
parent
a706089f7b
commit
ce80fa2dbd
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
|||
},
|
||||
created() {
|
||||
this.namespaceService = new NamespaceService()
|
||||
this.namespace = new NamespaceModel()
|
||||
this.loadNamespace()
|
||||
},
|
||||
watch: {
|
||||
|
|
Loading…
Reference in a new issue