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