mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 20:20:49 +01:00
fix: archived issues infinite call (#2848)
This commit is contained in:
committed by
GitHub
parent
4efd225599
commit
82665a35ee
@@ -101,7 +101,7 @@ export class ProjectArchivedIssuesStore extends IssueBaseStore implements IProje
|
||||
|
||||
return response;
|
||||
} catch (error) {
|
||||
this.fetchIssues(workspaceSlug, projectId);
|
||||
// this.fetchIssues(workspaceSlug, projectId);
|
||||
this.loader = undefined;
|
||||
throw error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user