mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
parent
0858f6732a
commit
554ab21d38
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ function MovieIndexTableOptions(props: MovieIndexTableOptionsProps) {
|
|||
|
||||
const tableOptions = useSelector(selectTableOptions);
|
||||
|
||||
const showSearchAction = tableOptions;
|
||||
const { showSearchAction } = tableOptions;
|
||||
|
||||
const onTableOptionChangeWrapper = useCallback(
|
||||
({ name, value }) => {
|
||||
|
|
Loading…
Reference in a new issue