master #103

Merged
joseph merged 12 commits from master into dev 2025-02-07 19:00:28 +11:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit eb5c6e655f - Show all commits

View File

@ -655,9 +655,7 @@ const Timekeeping = () => {
data={Array.from({ length: 12 }, (_, index) => {
return {
value: (1 + index).toString(),
label: (1 + index).toString(),
disabled:
1 + index > parseInt(moment(Date.now()).format('MM')),
label: (1 + index).toString()
}
})}
onChange={(e) => {