This commit is contained in:
Samandar Turgunboyev
2026-02-25 12:59:57 +05:00
parent 4fd458075c
commit ed5ee752c9
2 changed files with 4 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ const AllProducts = () => {
<div className="w-full mt-5 flex justify-end">
<GlobalPagination
page={page}
total={product.total ?? 0}
total={product.total}
pageSize={PAGE_SIZE}
onChange={handlePageChange}
/>