Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcharlton committed Feb 26, 2023
1 parent 7c01348 commit c765dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/CapturesContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function CapturesProvider(props) {
rowsPerPage === DEFAULT_ROWS_PER_PAGE ? undefined : rowsPerPage,
page: page === DEFAULT_PAGE ? undefined : page,
order: order === DEFAULT_ORDER ? undefined : order,
orderBy: porderByage === DEFAULT_ORDER_BY ? undefined : orderBy,
orderBy: orderBy === DEFAULT_ORDER_BY ? undefined : orderBy,
...filter.toSearchParams(),
});

Expand Down

0 comments on commit c765dec

Please sign in to comment.