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

Commit 2370ddb

Browse files
author
dengjun
committed
add withdrawn in decline
1 parent 1a3cc09 commit 2370ddb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/constants/index.js

Lines changed: 2 additions & 0 deletions
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)