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

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

View File

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