fix: addIssue function logic (#3467)
This commit is contained in:
parent
7f2e99dd2d
commit
e4a3d0db5c
3 changed files with 3 additions and 1 deletions
|
|
@ -90,6 +90,7 @@ export class IssueStore implements IIssueStore {
|
|||
this.rootIssueDetailStore.relation.fetchRelations(workspaceSlug, projectId, issueId);
|
||||
|
||||
// fetching states
|
||||
// TODO: check if this function is required
|
||||
this.rootIssueDetailStore.rootIssueStore.state.fetchProjectStates(workspaceSlug, projectId);
|
||||
|
||||
return issue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue