fix: archived issues infinite call (#2848)

This commit is contained in:
Aaryan Khandelwal 2023-11-23 16:58:08 +05:30 committed by GitHub
parent 4efd225599
commit 82665a35ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ export class ProjectArchivedIssuesStore extends IssueBaseStore implements IProje
return response; return response;
} catch (error) { } catch (error) {
this.fetchIssues(workspaceSlug, projectId); // this.fetchIssues(workspaceSlug, projectId);
this.loader = undefined; this.loader = undefined;
throw error; throw error;
} }