[WEB-4836] fix: work item retrieval in peek overview (#7705)
This commit is contained in:
parent
652a6cc885
commit
28d368d502
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue