Skip to content

Commit

Permalink
[WEB-1374] fix: clear changes made on modal close (#4555)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulramesha authored and sriramveeraghanta committed Jun 10, 2024
1 parent 205930c commit 6abc272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/components/issues/issue-modal/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export const CreateUpdateIssueModal: React.FC<IssuesModalProps> = observer((prop
}

setActiveProjectId(null);
setChangesMade(null);
onClose();
};

Expand Down

0 comments on commit 6abc272

Please sign in to comment.