1
0
mirror of https://github.com/immich-app/immich.git synced 2025-02-09 18:57:46 +02:00

fix(mobile): locale option causes the datetime filter error out (#15704)

This commit is contained in:
Alex 2025-01-27 14:02:23 -06:00 committed by GitHub
parent 0fe62298e1
commit c139e05170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -277,7 +277,6 @@ class SearchPage extends HookConsumerWidget {
fieldEndHintText: 'end_date'.tr(),
initialEntryMode: DatePickerEntryMode.calendar,
keyboardType: TextInputType.text,
locale: context.locale,
);
if (date == null) {