mirror of
https://github.com/makeplane/plane.git
synced 2026-01-31 02:39:32 -06:00
[WEB-4836] fix: work item retrieval in peek overview (#7705)
This commit is contained in:
@@ -107,7 +107,7 @@ export class IssueStore implements IIssueStore {
|
||||
this.localDBIssueDescription = issueId;
|
||||
}
|
||||
|
||||
await this.issueService.retrieve(workspaceSlug, projectId, issueId, query);
|
||||
issue = await this.issueService.retrieve(workspaceSlug, projectId, issueId, query);
|
||||
|
||||
if (!issue) throw new Error("Work item not found");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user