Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [M3-7270] - Edit Linode VLAN config interface (linode#9798)
## Description π Bug from linode#9709 On the prod env, we were unable to edit a config due to the config interface being deleted. This was due to the `regionHasVPCs` variable being coupled with `regionHasVLANS` in the if statement to delete config interfaces. The fix was to handle VPCs and VLANs separately. ## How to test π§ͺ ### Prerequisites - Point to the prod environment ### Reproduction steps - Go to a Linode's details page and click on the `Configurations` tab - Click the edit button and scroll down to the Networking section - Select a VLAN and save changes ### Verification steps - The VLAN changes should be reflected in the Configurations table
- Loading branch information