From 48c6df896c95e9deb977872c5882253ddbd88e06 Mon Sep 17 00:00:00 2001 From: flisowna Date: Mon, 14 Nov 2022 13:20:13 +0300 Subject: [PATCH] WIP --- packages/nc-gui/components/cell/GeoData.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,