[WEB-4104] fix: project loading state #7065
This commit is contained in:
parent
6c483fad2f
commit
906ce8b500
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue