Skip to content

Commit c4ab8ff

Browse files
committed
Merge remote-tracking branch 'origin/4.17'
2 parents 9c63c39 + 167cd17 commit c4ab8ff

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
@@ -248,7 +248,7 @@ export default {
248248
if (trafficLabel.length > 0) {
249249
trafficLabel += ','
250250
}
251-
trafficLabel += trafficConfig.vlanId
251+
trafficLabel += trafficConfig.vlanId || ''
252252
}
253253
if ('vSwitchType' in trafficConfig) {
254254
if (trafficLabel.length > 0) {

0 commit comments

Comments
 (0)