forked from github/plane
[WEB-1374] fix: clear changes made on modal close (#4555)
This commit is contained in:
parent
571a3d1239
commit
6636a64817
@ -140,6 +140,7 @@ export const CreateUpdateIssueModal: React.FC<IssuesModalProps> = observer((prop
|
||||
}
|
||||
|
||||
setActiveProjectId(null);
|
||||
setChangesMade(null);
|
||||
onClose();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user