Fix last9Months value

This commit is contained in:
exelix11 2025-10-13 10:06:03 +00:00 committed by Brandon Wees
parent 0a32c50211
commit e80f52e884

View file

@ -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;