fix: issue parent activity (#1629)

This commit is contained in:
Aaryan Khandelwal 2023-07-23 22:14:41 +05:30 committed by GitHub
parent a7b5ad55ab
commit 464c13fcd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 45 additions and 37 deletions

View file

@ -76,6 +76,9 @@ const IssueDetailsPage: NextPage = () => {
...formData,
};
delete payload.blocker_issues;
delete payload.blocked_issues;
await issuesService
.patchIssue(workspaceSlug as string, projectId as string, issueId as string, payload, user)
.then(() => {