Skip to content

Commit

Permalink
Improved: geoPoint modal variable name (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Nov 22, 2023
1 parent 77733d7 commit bf87bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/FacilityDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -506,12 +506,12 @@ export default defineComponent({
addressModal.present()
},
async openGeoPointModal() {
const addGeoPointModal = await modalController.create({
const geoPointModal = await modalController.create({
component: FacilityGeoPointModal,
componentProps: { facilityId: this.facilityId }
})
addGeoPointModal.present()
geoPointModal.present()
},
async addProductStore() {
const addProductStoreModal = await modalController.create({
Expand Down

0 comments on commit bf87bfe

Please sign in to comment.