Skip to content

Commit

Permalink
Fix navigation after IR early return
Browse files Browse the repository at this point in the history
  • Loading branch information
didrikmunther committed Aug 4, 2024
1 parent e929012 commit 0df0f57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/dashboard/src/forms/ir_signup/ir_registration.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ export default function IrRegistrationPage() {
replace: true,
params: { companyId }
})

return
}

navigate({
to: "/$companyId/form/$formKey/$formPageKey",
replace: true,
Expand Down

0 comments on commit 0df0f57

Please sign in to comment.