1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component/project/Project/CreateProject
Thomas Heartman bb84ef21ad
fix: don't delete projects screen from history (#7787)
Fixes a bug in the navigation when you create a project. It used to be
that we'd replace the current entry in the browser history when we
took you to a separate form for it. However, now that we instead
use a dialog, we don't want to replace the history.

Before: if you created a project and navigated back, you'd be taken to
the page you were at BEFORE you went to the projects page, whether
that was in Unleash or otherwise.

Now you'll be taken back to the projects page.
2024-08-07 09:31:50 +02:00
..
NewCreateProjectForm fix: don't delete projects screen from history (#7787) 2024-08-07 09:31:50 +02:00
CreateProject.tsx chore: remove createProjectWithEnvironmentConfig and newCreateProjectUI flags (#7429) 2024-06-24 12:53:55 +02:00
LazyCreateProject.tsx