1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-16 23:39:44 +02:00

Fixed: Cannot Toggle Show Search on Movie Index

Fixes #8436
This commit is contained in:
Qstick 2023-05-02 18:14:33 -05:00
parent 0858f6732a
commit 554ab21d38

View File

@ -16,7 +16,7 @@ function MovieIndexTableOptions(props: MovieIndexTableOptionsProps) {
const tableOptions = useSelector(selectTableOptions); const tableOptions = useSelector(selectTableOptions);
const showSearchAction = tableOptions; const { showSearchAction } = tableOptions;
const onTableOptionChangeWrapper = useCallback( const onTableOptionChangeWrapper = useCallback(
({ name, value }) => { ({ name, value }) => {