Skip to content

Commit

Permalink
fix: 404 when last organisation doesn't exist (#4624)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato committed Sep 12, 2024
1 parent bd63f09 commit d60b3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const App = class extends Component {
id: lastEnv.orgId,
})
if (!lastOrg) {
this.context.router.history.replace('/select-organistion')
this.context.router.history.replace('/organisations')
return
}

Expand Down

0 comments on commit d60b3b7

Please sign in to comment.