Skip to content

Commit

Permalink
Update FacilityGeoPointModal.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed Nov 7, 2024
1 parent ba8bb4b commit e9cd43e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FacilityGeoPointModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export default defineComponent({
this.isGeneratingLatLong = true
const postalCode = this.geoPoint.postalCode;
const query = postalCode.startsWith('0') ? `${postalCode} OR ${postalCode.substring(1)}` : postalCode;
const payload = {
json: {
params: {
Expand Down

0 comments on commit e9cd43e

Please sign in to comment.