Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/554ab21d386c8356027d8ab69ae8ab71b58a9558 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Cannot Toggle Show Search on Movie Index

Fixes 
pull/8438/head
Qstick 2 years 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