mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[WEB-4104] fix: project loading state #7065
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user