[WEB-4104] fix: project loading state #7065

This commit is contained in:
Akshita Goyal
2025-05-18 15:19:05 +05:30
committed by GitHub
parent 6c483fad2f
commit 906ce8b500

View File

@@ -293,7 +293,7 @@ export class ProjectStore implements IProjectStore {
update(this.projectMap, [project.id], (p) => ({ ...p, ...project }));
});
this.loader = "loaded";
this.fetchStatus = "partial";
if (!this.fetchStatus) this.fetchStatus = "partial";
});
return projectsResponse;
} catch (error) {