fix: hide any open popups when closing task details modal

This commit is contained in:
Jordan Knott 2021-05-10 12:46:46 -05:00
parent b4f37350a9
commit 05799fce90

View File

@ -413,6 +413,7 @@ const Details: React.FC<DetailsProps> = ({
width={1070}
onClose={() => {
history.push(projectURL);
hidePopup();
}}
renderContent={() => {
return data ? (