We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae07212 commit 7607c67Copy full SHA for 7607c67
1 file changed
frontend-v2/src/components/Pagination.tsx
@@ -79,7 +79,6 @@ export function Pagination({
79
value={itemsPerPage}
80
onChange={(e) => {
81
onItemsPerPageChange(Number(e.target.value));
82
- onPageChange(1); // Reset to first page when changing items per page
83
}}
84
className="bg-white dark:bg-[#262626] text-gray-900 dark:text-white px-3 py-1.5 rounded border border-gray-200 dark:border-[#404040] text-sm outline-hidden focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]"
85
>
0 commit comments