[WEB-1374] fix: clear changes made on modal close (#4555)
This commit is contained in:
parent
571a3d1239
commit
6636a64817
1 changed files with 1 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ export const CreateUpdateIssueModal: React.FC<IssuesModalProps> = observer((prop
|
|||
}
|
||||
|
||||
setActiveProjectId(null);
|
||||
setChangesMade(null);
|
||||
onClose();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue