Fix crash when trying to open the filter modal (#24556)
This commit is contained in:
		
							parent
							
								
									63417ad34f
								
							
						
					
					
						commit
						8e36b04fd2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -131,4 +131,4 @@ class FilterModal extends ImmutablePureComponent { | |||
| 
 | ||||
| } | ||||
| 
 | ||||
| export default connect(injectIntl(FilterModal)); | ||||
| export default connect()(injectIntl(FilterModal)); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue