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}
|
width={1070}
|
||||||
onClose={() => {
|
onClose={() => {
|
||||||
history.push(projectURL);
|
history.push(projectURL);
|
||||||
|
hidePopup();
|
||||||
}}
|
}}
|
||||||
renderContent={() => {
|
renderContent={() => {
|
||||||
return data ? (
|
return data ? (
|
||||||
|
Loading…
Reference in New Issue
Block a user