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 }) => {