Skip to content

Commit

Permalink
fix: remove formatted date in date picker
Browse files Browse the repository at this point in the history
  • Loading branch information
SPageot committed Feb 9, 2022
1 parent 73e6bfd commit 171a65a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/blocks/DateSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const DateSelect = ({
<LocalizationProvider dateAdapter={DateAdapter}>
<DatePicker
label="Select time"
format="MM/DD/YYYY"
value={dateValue}
onChange={newValue => {
if (newValue) {
Expand Down

0 comments on commit 171a65a

Please sign in to comment.