Browse Source

WIP

pull/4140/head
flisowna 2 years ago
parent
commit
48c6df896c
  1. 8
      packages/nc-gui/components/cell/GeoData.vue

8
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,

Loading…
Cancel
Save