File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ const HomePage: React.FC = () => {
3232
3333 try {
3434 console . log ( 'Initializing team from backend...' ) ;
35- //setReloadLeftList(true);
3635 // Call the backend init_team endpoint (takes ~20 seconds)
3736 const initResponse = await TeamService . initializeTeam ( ) ;
3837
@@ -105,7 +104,7 @@ const HomePage: React.FC = () => {
105104 // TODO REFRACTOR THIS CODE
106105 setIsLoadingTeam ( true ) ;
107106 const initResponse = await TeamService . initializeTeam ( true ) ;
108- // setReloadLeftList(true)
107+ setReloadLeftList ( true )
109108 if ( initResponse . data ?. status === 'Request started successfully' && initResponse . data ?. team_id ) {
110109 console . log ( 'Team initialization completed:' , initResponse . data ?. team_id ) ;
111110
You can’t perform that action at this time.
0 commit comments