mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: draft issue not mutating after confirmation
This commit is contained in:
@@ -216,9 +216,8 @@ export const CreateUpdateIssueModal: React.FC<IssuesModalProps> = observer((prop
|
||||
|
||||
await draftIssuesStore
|
||||
.createDraftIssue(workspaceSlug.toString(), activeProject, payload)
|
||||
.then((response) => {
|
||||
// TODO: replace with actual group id and sub group id
|
||||
draftIssuesStore.updateIssueStructure(null, null, response);
|
||||
.then(() => {
|
||||
draftIssuesStore.fetchIssues(workspaceSlug.toString(), activeProject);
|
||||
|
||||
setToastAlert({
|
||||
type: "success",
|
||||
|
||||
Reference in New Issue
Block a user