Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit fbf22a1

Browse files
Merge pull request #399 from topcoder-platform/feature/jc-withdrawn
add withdrawn status candidate in decline tab
2 parents 1a3cc09 + 2370ddb commit fbf22a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/constants/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export const CANDIDATE_STATUS = {
111111
TOPCODER_REJECTED: "topcoder-rejected",
112112
JOB_CLOSED: "job-closed",
113113
OFFERED: "offered",
114+
WITHDRAWN: "withdrawn",
114115
};
115116

116117
/**
@@ -159,6 +160,7 @@ export const CANDIDATE_STATUS_FILTERS = [
159160
CANDIDATE_STATUS.REJECTED_OTHER,
160161
CANDIDATE_STATUS.TOPCODER_REJECTED,
161162
CANDIDATE_STATUS.JOB_CLOSED,
163+
CANDIDATE_STATUS.WITHDRAWN,
162164
],
163165
},
164166
];

0 commit comments

Comments
 (0)