[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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) {