Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/1ec1fc4c67e55705c386159513d7be98887f5d61?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Overwriting query params for remove item handler ()

(cherry picked from commit eb2fd1350904cdcc8e7d56147111da40a5df8a11)
pull/5011/head
Bogdan 8 months ago
parent 36e67fdc2e
commit 1ec1fc4c67

@ -7,7 +7,7 @@ function createRemoveItemHandler(section, url) {
return function(getState, payload, dispatch) {
const {
id,
...queryParams
queryParams
} = payload;
dispatch(set({ section, isDeleting: true }));

Loading…
Cancel
Save