Skip to content

Commit

Permalink
Fix pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejewsky committed Jan 3, 2025
1 parent 73a720b commit 35f4068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orders/views/OrderList/OrderList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const OrderList: React.FC<OrderListProps> = ({ params }) => {
filter: filterVariables,
sort: getSortQueryVariables(params),
}),
[params, settings.rowNumber, valueProvider.value, paginationState],
[params, settings.rowNumber, valueProvider.value],
);
const { data } = useOrderListQuery({
displayLoader: true,
Expand Down

0 comments on commit 35f4068

Please sign in to comment.