Skip to content

Commit 096af1f

Browse files
norda-gunnikodiakhq[bot]
authored andcommitted
fix(accident notification): Set final review to completed status (#15895)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 7fc9b79 commit 096af1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/application/templates/accident-notification/src/lib/AccidentNotificationTemplate.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ const AccidentNotificationTemplate: ApplicationTemplate<
274274
// State when assignee has approved or reject the appliction
275275
[States.IN_FINAL_REVIEW]: {
276276
meta: {
277-
status: 'inprogress',
277+
status: 'completed',
278278
name: States.IN_FINAL_REVIEW,
279279
progress: 1,
280280
lifecycle: DefaultStateLifeCycle,

0 commit comments

Comments
 (0)