Skip to content

Commit

Permalink
Fixed date range picked having to "date from" fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Theophile-Madet committed Dec 10, 2024
1 parent 48291ea commit c19bc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statistics/components/DateRangePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const DateRangePicker: React.FC<DateRangePickerProps> = ({
</FloatingLabel>
</Form.Group>
<Form.Group>
<FloatingLabel label={"Date from"}>
<FloatingLabel label={"Date to"}>
<Form.Control
type={"date"}
value={
Expand Down

0 comments on commit c19bc43

Please sign in to comment.