bug fixed
This commit is contained in:
parent
541e5a12a0
commit
f5ebecdfbb
@ -702,8 +702,8 @@ const QuarterlyWindows = () => {
|
||||
}
|
||||
value={form.year}
|
||||
onChange={(e) => handleFormChange('year')(e.target.value)}
|
||||
options={Array.from({ length: 6 }).map((_, idx) => {
|
||||
const yr = 2023 + idx;
|
||||
options={Array.from({ length: 7 }).map((_, idx) => {
|
||||
const yr = 2022 + idx;
|
||||
return { label: String(yr), value: String(yr) };
|
||||
})}
|
||||
required
|
||||
|
||||
Loading…
Reference in New Issue
Block a user