Skip to content

Commit 2787147

Browse files
committed
Remove end/reject proposal condition on project state
Seth agrees this doesn't make sense
1 parent 3905e40 commit 2787147

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/engagement/workflow/engagement-workflow.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ export const EngagementWorkflow = defineWorkflow({
2121
to: Status.Rejected,
2222
label: 'Reject',
2323
type: Type.Reject,
24-
conditions: ProjectStep('Rejected'),
2524
},
2625
'End Proposal': {
2726
from: Status.InDevelopment,
2827
to: Status.DidNotDevelop,
2928
label: 'End Development',
3029
type: Type.Reject,
31-
conditions: ProjectStep('DidNotDevelop'),
3230
},
3331
'Approve Proposal': {
3432
from: Status.InDevelopment,

0 commit comments

Comments
 (0)