формат даты в ответе сменен на привычный

This commit is contained in:
Tamara 2024-04-01 15:58:29 +03:00
parent fb9075c6e6
commit 0dd9052331

@ -45,6 +45,7 @@ export const Date = ({ currentQuestion }: DateProps) => {
}} }}
> >
<DatePicker <DatePicker
format="DD/MM/YYYY"
slots={{ slots={{
openPickerIcon: () => ( openPickerIcon: () => (
<CalendarIcon <CalendarIcon