fix ui build failure

This commit is contained in:
Pearl Dsilva 2023-12-07 18:12:17 -05:00
parent b288e935dc
commit a3571938e9
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ export default {
}
if (this.resource && this.resource.vpcid) {
// VPC IPs don't have firewall
const tabs = this.$route.meta.tabs.filter(tab => tab.name !== 'firewall')
let tabs = this.$route.meta.tabs.filter(tab => tab.name !== 'firewall')
const network = await this.fetchNetwork()
if (network && network.networkofferingconservemode) {