From f3e27ff2c524714e0748a6a40213de082b521d46 Mon Sep 17 00:00:00 2001 From: flisowna Date: Mon, 23 Jan 2023 12:16:44 +0100 Subject: [PATCH] geodata: fix record number and layout issue on a map view --- packages/nc-gui/components/smartsheet/Map.vue | 5 +++-- packages/nc-gui/composables/useMapViewDataStore.ts | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/Map.vue b/packages/nc-gui/components/smartsheet/Map.vue index 930a4ae4b6..83e6d7c980 100644 --- a/packages/nc-gui/components/smartsheet/Map.vue +++ b/packages/nc-gui/components/smartsheet/Map.vue @@ -199,13 +199,14 @@ watch(view, async (nextView) => { }) const count = computed(() => paginationData.value.totalRows) -console.log('count', count) + +syncCount()