Skip to content

Commit

Permalink
added 4 additional review after choices (#8071)
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar authored Jun 20, 2024
1 parent 551225e commit 1151903
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Common/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,12 @@ export const REVIEW_AT_CHOICES: Array<OptionsType> = [
{ id: 36 * 60, text: "36 hr" },
{ id: 2 * 24 * 60, text: "2 days" },
{ id: 3 * 24 * 60, text: "3 days" },
{ id: 5 * 24 * 60, text: "5 days" },
{ id: 7 * 24 * 60, text: "7 days" },
{ id: 10 * 24 * 60, text: "10 days" },
{ id: 14 * 24 * 60, text: "2 weeks" },
{ id: 21 * 24 * 60, text: "3 weeks" },
{ id: 25 * 24 * 60, text: "25 days" },
{ id: 30 * 24 * 60, text: "1 month" },
];

Expand Down

0 comments on commit 1151903

Please sign in to comment.