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