-
Improvement
-
Resolution: Unresolved
-
Minor
ATM in the dashBoard we are doing:
export default ( <Route path="/" component={Dashboard} onChange={persistBackgroundOnNavigationChange}> ... <Route path="/pipelines" component={Pipelines} /> <Route path="/create-pipeline" component={CreatePipeline} /> <IndexRedirect to="pipelines" /> </Route>
The problem here is that <IndexRedirect to="pipelines" /> is always redirects to pipelines. However that needs to be override-able.