mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05:00
fix(mobile): locale option causes the datetime filter error out (#15704)
This commit is contained in:
parent
0fe62298e1
commit
c139e05170
1 changed files with 0 additions and 1 deletions
|
@ -277,7 +277,6 @@ class SearchPage extends HookConsumerWidget {
|
||||||
fieldEndHintText: 'end_date'.tr(),
|
fieldEndHintText: 'end_date'.tr(),
|
||||||
initialEntryMode: DatePickerEntryMode.calendar,
|
initialEntryMode: DatePickerEntryMode.calendar,
|
||||||
keyboardType: TextInputType.text,
|
keyboardType: TextInputType.text,
|
||||||
locale: context.locale,
|
|
||||||
);
|
);
|
||||||
|
|
||||||
if (date == null) {
|
if (date == null) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue