Client - move default date format first in select

This commit is contained in:
Sam
2022-11-01 14:24:08 +01:00
parent af4984f3bc
commit 60bf3718d7
2 changed files with 4 additions and 4 deletions

View File

@ -88,8 +88,8 @@ export const formatWorkoutDate = (
}
const availableDateFormats = [
'dd/MM/yyyy',
'MM/dd/yyyy',
'dd/MM/yyyy',
'yyyy-MM-dd',
'date_string',
]