Skip to content

Commit

Permalink
Update DatePicker.tsx and DateTimePicker.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 19, 2024
1 parent 62b73a4 commit fef9f04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/src/components/DatePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const DatePicker = ({
required,
},
actionBar: {
actions: ['accept', 'cancel', 'today', 'clear'],
actions: ['accept', 'cancel', 'clear'],
},
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/components/DateTimePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const DateTimePicker = ({
required,
},
actionBar: {
actions: ['accept', 'cancel', 'today', 'clear'],
actions: ['accept', 'cancel', 'clear'],
},
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/DatePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const DatePicker = ({
}
},
actionBar: {
actions: ['accept', 'cancel', 'today', 'clear'],
actions: ['accept', 'cancel', 'clear'],
},
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/DateTimePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const DateTimePicker = ({
required,
},
actionBar: {
actions: ['accept', 'cancel', 'today', 'clear'],
actions: ['accept', 'cancel', 'clear'],
},
}}
/>
Expand Down

0 comments on commit fef9f04

Please sign in to comment.