Skip to content

Commit ee39104

Browse files
GaOrtigaGabriel
andauthored
fix null host tags while creating zone (#8976)
Co-authored-by: Gabriel <[email protected]>
1 parent 21d0713 commit ee39104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/infra/zone/ZoneWizardLaunchZone.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ export default {
13581358
hostData.clusterid = this.stepData.clusterReturned.id
13591359
hostData.hypervisor = this.stepData.clusterReturned.hypervisortype
13601360
hostData.clustertype = this.stepData.clusterReturned.clustertype
1361-
hostData.hosttags = this.prefillContent?.hostTags || null
1361+
hostData.hosttags = this.prefillContent?.hostTags || ''
13621362
hostData.username = this.prefillContent?.hostUserName || null
13631363
hostData.password = hostPassword
13641364
const hostname = this.prefillContent?.hostName || null

0 commit comments

Comments
 (0)