From 2b884ce52c89df5aba14622c79cb87a94c800651 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 25 Mar 2020 15:22:32 +0530 Subject: [PATCH] zone: fix lint issue in wizard Signed-off-by: Rohit Yadav --- ui/src/views/infra/zone/ZoneWizardLaunchZone.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/views/infra/zone/ZoneWizardLaunchZone.vue b/ui/src/views/infra/zone/ZoneWizardLaunchZone.vue index 70052924550..217a26f238d 100644 --- a/ui/src/views/infra/zone/ZoneWizardLaunchZone.vue +++ b/ui/src/views/infra/zone/ZoneWizardLaunchZone.vue @@ -1088,7 +1088,6 @@ export default { let updatedCount = 0 for (let index = 0; index < physicalNetworksHavingGuestIncludingVlan.length; index++) { - const network = physicalNetworksHavingGuestIncludingVlan[index] let vlan = null if (!this.prefillContent.vlanRangeEnd || !this.prefillContent.vlanRangeEnd.value) {