diff --git a/flowsint-app/src/components/graphs/import-preview.tsx b/flowsint-app/src/components/graphs/import-preview.tsx index 314b4790..744ac899 100644 --- a/flowsint-app/src/components/graphs/import-preview.tsx +++ b/flowsint-app/src/components/graphs/import-preview.tsx @@ -348,6 +348,7 @@ export function ImportPreview({ columns, getCoreRowModel: getCoreRowModel(), getPaginationRowModel: getPaginationRowModel(), + autoResetPageIndex: false, // Prevent pagination reset on data changes initialState: { pagination: { pageSize: 20,