diff --git a/packages/nc-gui/composables/useSharedView.ts b/packages/nc-gui/composables/useSharedView.ts index 54bccf5774..c50d0d9ad3 100644 --- a/packages/nc-gui/composables/useSharedView.ts +++ b/packages/nc-gui/composables/useSharedView.ts @@ -340,7 +340,7 @@ export function useSharedView() { ) } - const fetchCount = async (param: { filtersArr: FilterType[], where?: string }) => { + const fetchCount = async (param: { filtersArr: FilterType[]; where?: string }) => { const data = await $api.public.dbViewRowCount( sharedView.value.uuid!, {