Skip to content

Commit

Permalink
24819 - fix redirection for voluntary dissolution draft (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpeinanw authored Dec 9, 2024
1 parent 8376b0d commit 9e1955d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/todo/action-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const doResumeFiling = (item: TodoItemI): void => {
// navigate to Create UI to resume this Dissolution
navigateFn = goToCreatePage
path = '/define-dissolution'
params = { id: bootstrapIdentifier }
params = { id: currentBusinessIdentifier }
break

case FilingTypes.CHANGE_OF_REGISTRATION:
Expand Down

0 comments on commit 9e1955d

Please sign in to comment.