This commit is contained in:
Pearl Dsilva 2024-01-08 09:12:20 -05:00
parent 7ef57c150e
commit d14a688f50

View File

@ -66,7 +66,6 @@ export default {
}
},
data () {
console.log(this.resource)
return {
isAdvancedZoneWithoutSGAvailable: false,
defaultNetworkTypeTabKey: '1',
@ -88,7 +87,6 @@ export default {
},
methods: {
fetchData () {
console.log('here')
const promises = []
promises.push(this.fetchActionZoneData())
Promise.all(promises).then(() => {