Skip to content

Commit

Permalink
Remove end/reject proposal condition on project state
Browse files Browse the repository at this point in the history
Seth agrees this doesn't make sense
  • Loading branch information
CarsonF committed Jul 9, 2024
1 parent 97d6ca6 commit 9e035ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/engagement/workflow/engagement-workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ export const EngagementWorkflow = defineWorkflow({
to: Status.Rejected,
label: 'Reject',
type: Type.Reject,
conditions: ProjectStep('Rejected'),
},
'End Proposal': {
from: Status.InDevelopment,
to: Status.DidNotDevelop,
label: 'End Development',
type: Type.Reject,
conditions: ProjectStep('DidNotDevelop'),
},
'Approve Proposal': {
from: Status.InDevelopment,
Expand Down

0 comments on commit 9e035ce

Please sign in to comment.