mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix issues fetching while changing filters by making sure to pass the abort controller config to apis (#5948)
This commit is contained in:
@@ -292,7 +292,7 @@ export class Storage {
|
||||
log(`Project ${projectId} is loading, falling back to server`);
|
||||
}
|
||||
const issueService = new IssueService();
|
||||
return await issueService.getIssuesFromServer(workspaceSlug, projectId, queries);
|
||||
return await issueService.getIssuesFromServer(workspaceSlug, projectId, queries, config);
|
||||
}
|
||||
|
||||
const { cursor, group_by, sub_group_by } = queries;
|
||||
|
||||
Reference in New Issue
Block a user