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 1a466a7 commit cc39d30
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 cc39d30

Please sign in to comment.