[WEB-1374] fix: clear changes made on modal close (#4555)

This commit is contained in:
rahulramesha 2024-05-29 18:18:47 +05:30 committed by GitHub
parent 571a3d1239
commit 6636a64817
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,6 +140,7 @@ export const CreateUpdateIssueModal: React.FC<IssuesModalProps> = observer((prop
}
setActiveProjectId(null);
setChangesMade(null);
onClose();
};