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()