Skip to content

Commit

Permalink
fix: date range picker (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Oct 27, 2024
1 parent b4f2a80 commit ee4734e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
startValue = v;
}}
numberOfMonths={2}
placeholder={value?.start}
/>
</Popover.Content>
</Popover.Root>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
onStartValueChange={(v) => {
startValue = v;
}}
placeholder={value?.start}
numberOfMonths={2}
/>
</Popover.Content>
Expand Down

0 comments on commit ee4734e

Please sign in to comment.