config: fix existing domain, zone values display for update offering access (#103)

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Abhishek Kumar 2020-01-13 15:09:35 +05:30 committed by Rohit Yadav
parent e27a9670f0
commit f5618fb5be

View File

@ -163,6 +163,7 @@ export default {
this.domains = this.domains.concat(listDomains)
}).finally(() => {
this.domainLoading = false
this.updateDomainSelection()
})
},
fetchZoneData () {
@ -174,6 +175,7 @@ export default {
this.zones = this.zones.concat(listZones)
}).finally(() => {
this.zoneLoading = false
this.updateZoneSelection()
})
},
updateDomainSelection () {