fix: addIssue function logic (#3467)

This commit is contained in:
Aaryan Khandelwal 2024-01-25 14:09:52 +05:30 committed by GitHub
parent 7f2e99dd2d
commit e4a3d0db5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -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;