We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44c0d2e + a3ffb14 commit 65bb6d0Copy full SHA for 65bb6d0
src/components/Datamaps.vue
@@ -133,7 +133,7 @@ export default {
133
},
134
computed: {
135
regions () {
136
- return this.awsRegionsConfig.region || regions
+ return (this.awsRegionsConfig && this.awsRegionsConfig.region) || regions
137
138
isPopupOn () {
139
return (this.geograpphyConfigOptions.popupOnHover || this.bubblesConfigOptions.popupOnHover) && (this.showHoverInfo || this.showHoverBubbleInfo || this.showHoverArcInfo || this.showHoverRegionInfo)
0 commit comments