Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
fix: admin reservations list search by date broken
Browse files Browse the repository at this point in the history
Wrong cache key causing the search query not to be done when different
start or end date was selected.
  • Loading branch information
joonatank committed Feb 22, 2024
1 parent ba7585b commit f933b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/admin-ui/src/common/apolloClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ function createClient(apiBaseUrl: string) {
"reservationUnitType",
"reservationUnit",
"textSearch",
"begin",
"end",
"beginDate",
"endDate",
"priceGte",
"priceLte",
"orderStatus",
Expand Down

0 comments on commit f933b11

Please sign in to comment.