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() {
|
created() {
|
||||||
this.namespaceService = new NamespaceService()
|
this.namespaceService = new NamespaceService()
|
||||||
|
this.namespace = new NamespaceModel()
|
||||||
this.loadNamespace()
|
this.loadNamespace()
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue