mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Fix last9Months value
This commit is contained in:
parent
0a32c50211
commit
e80f52e884
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class QuickDatePicker extends HookWidget {
|
|||
return _QuickPickerType.last1Month;
|
||||
case 3:
|
||||
return _QuickPickerType.last3Months;
|
||||
case 6:
|
||||
case 9:
|
||||
return _QuickPickerType.last9Months;
|
||||
default:
|
||||
return _QuickPickerType.custom;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue