Skip to content

Commit

Permalink
Fix DateTimePicker.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jun 1, 2024
1 parent 762d676 commit dc9ea5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/components/DateTimePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const DateTimePicker = ({
label={label}
value={value}
readOnly={readOnly}
views={['year', 'month', 'day', 'hours', 'minutes']}
onChange={(_value) => {
setValue(_value)

Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/DateTimePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const DateTimePicker = ({
label={label}
value={value}
readOnly={readOnly}
views={['year', 'month', 'day', 'hours', 'minutes']}
onChange={(_value) => {
setValue(_value)

Expand Down

0 comments on commit dc9ea5b

Please sign in to comment.