diff --git a/ui/src/views/infra/zone/ZoneWizardLaunchZone.vue b/ui/src/views/infra/zone/ZoneWizardLaunchZone.vue index 5995d23129f..4c40dfef2ed 100644 --- a/ui/src/views/infra/zone/ZoneWizardLaunchZone.vue +++ b/ui/src/views/infra/zone/ZoneWizardLaunchZone.vue @@ -1358,7 +1358,7 @@ export default { hostData.clusterid = this.stepData.clusterReturned.id hostData.hypervisor = this.stepData.clusterReturned.hypervisortype hostData.clustertype = this.stepData.clusterReturned.clustertype - hostData.hosttags = this.prefillContent?.hostTags || null + hostData.hosttags = this.prefillContent?.hostTags || '' hostData.username = this.prefillContent?.hostUserName || null hostData.password = hostPassword const hostname = this.prefillContent?.hostName || null