From 3c867f90a47d4cfe1e860328e2c19fb7d78c3714 Mon Sep 17 00:00:00 2001 From: flisowna Date: Wed, 18 Jan 2023 11:48:59 +0100 Subject: [PATCH] geodata: fix decimal value formatting for geo data input --- packages/nc-gui/components/cell/GeoData.vue | 15 ++++----------- packages/nc-gui/utils/geoDataUtils.ts | 3 +-- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/packages/nc-gui/components/cell/GeoData.vue b/packages/nc-gui/components/cell/GeoData.vue index 2956f36b15..0adab39a83 100644 --- a/packages/nc-gui/components/cell/GeoData.vue +++ b/packages/nc-gui/components/cell/GeoData.vue @@ -1,6 +1,6 @@