Skip to content

Commit

Permalink
PB-1046: Update dispatcher to the one call it.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni committed Oct 17, 2024
1 parent ecf241f commit 7dcdf4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/drawing/DrawingModule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ watch(availableIconSets, () => {
iconSetName: iconArgs.set,
}),
],
dispatcher: 'kmlUtils.js',
...dispatcher,
})
})
if (icon) {
Expand Down
4 changes: 2 additions & 2 deletions src/modules/map/components/openlayers/OpenLayersKMLLayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function iconUrlProxy(url) {
url: url,
}),
],
dispatcher: 'kmlUtils.js',
...dispatcher,
})
},
(url) => {
Expand All @@ -105,7 +105,7 @@ function iconUrlProxy(url) {
url: url,
}),
],
dispatcher: 'kmlUtils.js',
...dispatcher,
})
}
)
Expand Down

0 comments on commit 7dcdf4d

Please sign in to comment.