mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: archived issues infinite call (#2848)
This commit is contained in:
parent
8c1f9e720a
commit
fc523c6485
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user