Skip to content

Commit

Permalink
Merge branch 'Add-UNASSIGNED-and-DONE-in-task-status-options' of http…
Browse files Browse the repository at this point in the history
…s://github.com/chandrareddy7/website-my into Add-UNASSIGNED-and-DONE-in-task-status-options
  • Loading branch information
chandrareddy7 committed Oct 26, 2023
2 parents 1d94049 + d25e635 commit f24d0e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/constants/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ const TASK_STATUS_LIST_NEW = [
displayLabel: 'Done',
key: DONE,
},
{
displayLabel: 'Done',
key: DONE,
},
{
displayLabel: 'Needs Review',
key: NEEDS_REVIEW,
Expand Down

0 comments on commit f24d0e0

Please sign in to comment.