diff --git a/packages/nc-gui/components/cell/GeoData.vue b/packages/nc-gui/components/cell/GeoData.vue index 9e89f884b1..a8bbbce170 100644 --- a/packages/nc-gui/components/cell/GeoData.vue +++ b/packages/nc-gui/components/cell/GeoData.vue @@ -45,7 +45,7 @@ const clear = () => { formState.longitude = longitude } -const onGetCurrentLocation = () => { +const onClickSetCurrentLocation = () => { isLoading = true const onSuccess = (position) => { const crd = position.coords @@ -111,7 +111,7 @@ const onGetCurrentLocation = () => {
- Your Location + Your Location