Skip to content

Commit

Permalink
fix(accident notification): Set final review to completed status (#15895
Browse files Browse the repository at this point in the history
)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
norda-gunni and kodiakhq[bot] authored Sep 9, 2024
1 parent a4d80c4 commit 10cd895
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const AccidentNotificationTemplate: ApplicationTemplate<
// State when assignee has approved or reject the appliction
[States.IN_FINAL_REVIEW]: {
meta: {
status: 'inprogress',
status: 'completed',
name: States.IN_FINAL_REVIEW,
progress: 1,
lifecycle: DefaultStateLifeCycle,
Expand Down

0 comments on commit 10cd895

Please sign in to comment.