fix: hide any open popups when closing task details modal
This commit is contained in:
parent
b4f37350a9
commit
05799fce90
@ -413,6 +413,7 @@ const Details: React.FC<DetailsProps> = ({
|
||||
width={1070}
|
||||
onClose={() => {
|
||||
history.push(projectURL);
|
||||
hidePopup();
|
||||
}}
|
||||
renderContent={() => {
|
||||
return data ? (
|
||||
|
Loading…
Reference in New Issue
Block a user