fix: archived issues infinite call (#2848)
This commit is contained in:
parent
8c1f9e720a
commit
fc523c6485
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue