diff --git a/packages/nc-gui/components/cell/GeoData.vue b/packages/nc-gui/components/cell/GeoData.vue index 2780fdb683..055a3a3ee5 100644 --- a/packages/nc-gui/components/cell/GeoData.vue +++ b/packages/nc-gui/components/cell/GeoData.vue @@ -146,10 +146,10 @@ const latLong = computed(() => { // const latitude = ref('INITIAL') -interface FormState { - latitude: string - longitude: string -} +// interface FormState { +// latitude: string +// longitude: string +// } const formState = reactive({ latitude: latLong.value?.latitude,