add a new status ACCEPTING status of workspace
This commit is contained in:
parent
e8d655b969
commit
a5bc5d4266
@ -4,7 +4,8 @@ const projectStatusEnum = Object.freeze({
|
|||||||
PENDING: 2,
|
PENDING: 2,
|
||||||
CLOSED: 3,
|
CLOSED: 3,
|
||||||
REJECTED: 4,
|
REJECTED: 4,
|
||||||
APPLYING: 5
|
APPLYING: 5,
|
||||||
|
ACCEPTING: 6,
|
||||||
})
|
})
|
||||||
const projectClosureReasonEnum = Object.freeze({
|
const projectClosureReasonEnum = Object.freeze({
|
||||||
CLOSED: 0,
|
CLOSED: 0,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user