We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c245feb commit e7d3f9cCopy full SHA for e7d3f9c
src/components/engagement/dto/status.enum.ts
@@ -19,6 +19,8 @@ export const EngagementStatus = makeEnum({
19
'DiscussingSuspension',
20
'Suspended',
21
22
+ 'Suspended',
23
+
24
'FinalizingCompletion',
25
{ value: 'Terminated', terminal: true },
26
{ value: 'Completed', terminal: true },
0 commit comments