mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
@@ -16,7 +16,7 @@ function MovieIndexTableOptions(props: MovieIndexTableOptionsProps) {
|
||||
|
||||
const tableOptions = useSelector(selectTableOptions);
|
||||
|
||||
const showSearchAction = tableOptions;
|
||||
const { showSearchAction } = tableOptions;
|
||||
|
||||
const onTableOptionChangeWrapper = useCallback(
|
||||
({ name, value }) => {
|
||||
|
||||
Reference in New Issue
Block a user