Fix crash when trying to open the filter modal (#24556)

This commit is contained in:
Claire 2023-04-17 10:15:21 +02:00 committed by GitHub
parent ca447d3007
commit bc4745f482
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,4 +131,4 @@ class FilterModal extends ImmutablePureComponent {
}
export default connect(injectIntl(FilterModal));
export default connect()(injectIntl(FilterModal));