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