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 3905e40 commit 2787147Copy full SHA for 2787147
src/components/engagement/workflow/engagement-workflow.ts
@@ -21,14 +21,12 @@ export const EngagementWorkflow = defineWorkflow({
21
to: Status.Rejected,
22
label: 'Reject',
23
type: Type.Reject,
24
- conditions: ProjectStep('Rejected'),
25
},
26
'End Proposal': {
27
from: Status.InDevelopment,
28
to: Status.DidNotDevelop,
29
label: 'End Development',
30
31
- conditions: ProjectStep('DidNotDevelop'),
32
33
'Approve Proposal': {
34
0 commit comments