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

no log: Reset values when submitted settings

pull/1996/head v1.1.3-beta.26
LASER-Yi 2 years ago
parent 30f04feae6
commit 7a43e284ae

@ -32,7 +32,7 @@ const Layout: FunctionComponent<Props> = (props) => {
useOnValueChange(isRefetching, (value) => {
if (!value) {
form.setValues((values) => ({ ...values, settings: {} }));
form.reset();
}
});

Loading…
Cancel
Save