Fixed: Cannot Toggle Show Search on Movie Index

Fixes #8436
pull/8438/head
Qstick 1 year ago
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 }) => {

Loading…
Cancel
Save