Skip to content

Commit 7fd18eb

Browse files
committed
Fix initialLoadComplete
1 parent 2b2086d commit 7fd18eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/providers/ProjectsProvider.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,8 @@ export const ProjectsProvider: React.FC<{ children: React.ReactNode }> = ({ chil
698698
refreshProjects();
699699
} else {
700700
console.warn('[ProjectsProvider] Skipping initial projects load - no artifactManager or user.');
701+
// Set initialLoadComplete to true even without authentication to prevent blocking the UI
702+
setInitialLoadComplete(true);
701703
}
702704
}, [artifactManager, user, refreshProjects]);
703705

0 commit comments

Comments
 (0)