Skip to content

Commit 7607c67

Browse files
committed
fix: pagination per page control
1 parent ae07212 commit 7607c67

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend-v2/src/components/Pagination.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export function Pagination({
7979
value={itemsPerPage}
8080
onChange={(e) => {
8181
onItemsPerPageChange(Number(e.target.value));
82-
onPageChange(1); // Reset to first page when changing items per page
8382
}}
8483
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]"
8584
>

0 commit comments

Comments
 (0)