zone: fix lint issue in wizard

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2020-03-25 15:22:32 +05:30
parent bc13fe2499
commit 2b884ce52c
1 changed files with 0 additions and 1 deletions

View File

@ -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) {