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: Persist selected team to localStorage and restore on page refresh
- Added localStorage check in initTeam useEffect to restore previously uploaded team
- Added TeamService.storageTeam() call in handleTeamUpload to persist team selection
- Now when user refreshes the page, the uploaded team remains selected instead of reverting to 'no team selected'
0 commit comments