Skip to content

Commit

Permalink
fix(AzureMapStyleControl): πŸ› cast mapStyles type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Ruiz authored and Ricardo Ruiz committed Oct 23, 2019
1 parent 369ee17 commit e90a626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/components/controls/AzureMapStyleControl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default Vue.extend({
props: {
control: new this.$_azureMaps.atlas.control.StyleControl({
style: this.controlStyle,
mapStyles: this.mapStyles,
mapStyles: this.mapStyles as string[] | 'all',
}),
options: {
position: this.position,
Expand Down

0 comments on commit e90a626

Please sign in to comment.