From 554ab21d386c8356027d8ab69ae8ab71b58a9558 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 2 May 2023 18:14:33 -0500 Subject: [PATCH] Fixed: Cannot Toggle Show Search on Movie Index Fixes #8436 --- frontend/src/Movie/Index/Table/MovieIndexTableOptions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Movie/Index/Table/MovieIndexTableOptions.tsx b/frontend/src/Movie/Index/Table/MovieIndexTableOptions.tsx index e94beee85..331a9e085 100644 --- a/frontend/src/Movie/Index/Table/MovieIndexTableOptions.tsx +++ b/frontend/src/Movie/Index/Table/MovieIndexTableOptions.tsx @@ -16,7 +16,7 @@ function MovieIndexTableOptions(props: MovieIndexTableOptionsProps) { const tableOptions = useSelector(selectTableOptions); - const showSearchAction = tableOptions; + const { showSearchAction } = tableOptions; const onTableOptionChangeWrapper = useCallback( ({ name, value }) => {