From 94e6e5367d5a98ebd058144cfd9f7c930a271269 Mon Sep 17 00:00:00 2001 From: flisowna Date: Mon, 6 Feb 2023 11:55:23 +0100 Subject: [PATCH] fix PR issues --- packages/nc-gui/components/smartsheet/Map.vue | 4 ++-- .../smartsheet/toolbar/MappedBy.vue | 5 +---- .../nc-gui/composables/useMapViewDataStore.ts | 20 ++++++++++--------- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/Map.vue b/packages/nc-gui/components/smartsheet/Map.vue index d309a77024..f512acefd4 100644 --- a/packages/nc-gui/components/smartsheet/Map.vue +++ b/packages/nc-gui/components/smartsheet/Map.vue @@ -189,7 +189,7 @@ watch([formattedData, mapMetaData, markersClusterGroupRef], () => { addMarker(lat, long, row) }) - syncCount() + // syncCount() }) watch(view, async (nextView) => { @@ -201,7 +201,7 @@ watch(view, async (nextView) => { const count = computed(() => paginationData.value.totalRows) -syncCount() +// syncCount()