Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
frontend-admin: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Feb 25, 2024
1 parent 45a1dad commit f572e87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const AccommodationsPage: React.FC = () => {
<Select
data={["Today", "Future"]}
value={filter}
onChange={setFilter}
onChange={(value) => setFilter(value ?? "Today")}
allowDeselect={false}
/>
<Table>
Expand Down

0 comments on commit f572e87

Please sign in to comment.