diff --git a/src/context/CapturesContext.js b/src/context/CapturesContext.js index d1a8264e2..82dbc6e74 100644 --- a/src/context/CapturesContext.js +++ b/src/context/CapturesContext.js @@ -63,7 +63,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(), });