Skip to content

Commit

Permalink
fix(Odin): use the same format for DatePicker in odin
Browse files Browse the repository at this point in the history
  • Loading branch information
vrozaev committed Oct 14, 2024
1 parent 67e6cc9 commit 5a25c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/ui/pages/odin/controls/OdinOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ function OdinOverview(props: OdinOverviewProps) {
<DatePicker
className={block('navigation-date-picker')}
size="m"
format="MM/DD/YYYY HH:mm"
format="DD.MM.YYYY HH:mm"
maxValue={dateTime({input: Date.now() - ODIN_OVERVIEW_TIME_RANGE})}
onUpdate={(value) => {
dispatch(setOdinOverviewFromTimeFilter(value?.valueOf()));
Expand Down

0 comments on commit 5a25c2f

Please # to comment.