You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(project-creation): Prefill form when project ID in URL matches localStorage data (#91517)
- Fixes the issue where the form wasn’t pre-filled with data from a
previously deleted project ( we want this when users go back in the
flow)
- Replaces the GettingStartedWithProject context with a simpler
localStorage-based solution
- Refactors the code to improve readability and clarity
- Cleans up unused code and unnecessary logic
- closes TET-369
0 commit comments