Skip to content

Commit

Permalink
future year added as per the problem statement (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishitmodi committed Oct 19, 2024
1 parent 3d05506 commit 7957828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/PendingReviewDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
:value="currentCycleCount.dueDate ? getDateTime(currentCycleCount.dueDate) : getDateTime(DateTime.now().toMillis())"
@ionChange="updateCustomTime($event)"
:min="DateTime.now().toISO()"
:max="DateTime.now().plus({ years: 10 }).toISO()"
presentation="date"
showDefaultButtons
/>
Expand Down

0 comments on commit 7957828

Please sign in to comment.