mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
Fix Search Table Options Modal
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { connect } from 'react-redux';
|
||||
import { setMovieTableOption } from 'Store/Actions/indexerIndexActions';
|
||||
import { setReleasesTableOption } from 'Store/Actions/releaseActions';
|
||||
import SearchIndexHeader from './SearchIndexHeader';
|
||||
|
||||
function createMapDispatchToProps(dispatch, props) {
|
||||
return {
|
||||
onTableOptionChange(payload) {
|
||||
dispatch(setMovieTableOption(payload));
|
||||
dispatch(setReleasesTableOption(payload));
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user