Skip to content

Commit 13a419f

Browse files
RRanathccbc-service-account
authored andcommitted
fix: dashboard download to show correct value for closed
1 parent 5f0c2f4 commit 13a419f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/backend/lib/reporting/util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const convertStatus = (status: string): string => {
77
case 'on_hold':
88
return 'On Hold';
99
case 'closed':
10-
return 'Closed';
10+
return 'Not selected';
1111
case 'recommendation':
1212
return 'Recommendation';
1313
case 'complete':

0 commit comments

Comments
 (0)