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

no log: Don't close updatable notification at timeout

pull/2042/head
Marian Moravcik 2 years ago
parent d2bd0c7c7e
commit cdd9075670

@ -54,7 +54,7 @@ export const notification = {
title: header,
message: `[${current}/${total}] ${body}`,
loading: true,
autoClose: 2 * 60 * 1000,
autoClose: false,
};
},
end: (id: string, header: string): NotificationProps & { id: string } => {

Loading…
Cancel
Save