1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04: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
@@ -16,7 +16,7 @@ function MovieIndexTableOptions(props: MovieIndexTableOptionsProps) {
const tableOptions = useSelector(selectTableOptions);
const showSearchAction = tableOptions;
const { showSearchAction } = tableOptions;
const onTableOptionChangeWrapper = useCallback(
({ name, value }) => {