diff --git a/frontend/web/components/App.js b/frontend/web/components/App.js index 48242f0bf175..291b3ec24157 100644 --- a/frontend/web/components/App.js +++ b/frontend/web/components/App.js @@ -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 }