Update detailed view for tasks
This commit is contained in:
parent
5694df4adf
commit
40cd82a2e6
4 changed files with 117 additions and 64 deletions
|
|
@ -186,8 +186,8 @@ export const getEventTypeLabel = (eventType: string): string => {
|
|||
export const getStatusLabel = (status: number): string => {
|
||||
const statusLabels: Record<number, string> = {
|
||||
0: 'Not Started',
|
||||
1: 'In Progress',
|
||||
2: 'Done',
|
||||
1: 'In Progress',
|
||||
2: 'Completed',
|
||||
3: 'Archived',
|
||||
4: 'Waiting',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue