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

lolsob-rspec
Claire 2023-04-17 10:15:21 +02:00 committed by GitHub
parent 63417ad34f
commit 8e36b04fd2
1 changed files with 1 additions and 1 deletions

View File

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