diff --git a/packages/nc-gui/components/smartsheet/Map.vue b/packages/nc-gui/components/smartsheet/Map.vue index f512acefd4..dc536543dd 100644 --- a/packages/nc-gui/components/smartsheet/Map.vue +++ b/packages/nc-gui/components/smartsheet/Map.vue @@ -189,7 +189,6 @@ watch([formattedData, mapMetaData, markersClusterGroupRef], () => { addMarker(lat, long, row) }) - // syncCount() }) watch(view, async (nextView) => { @@ -201,7 +200,6 @@ watch(view, async (nextView) => { const count = computed(() => paginationData.value.totalRows) -// syncCount()