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

th-downstream
Claire 2 years ago committed by GitHub
parent ca447d3007
commit bc4745f482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save