1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-24 07:10:57 +00:00

Fixed: Properly handle provider delete in UI

This commit is contained in:
Qstick 2021-11-24 07:41:51 -06:00 committed by GitHub
parent c4cf38255e
commit 8b93038937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ function createRemoveItemHandler(section, url) {
const ajaxOptions = { const ajaxOptions = {
url: `${url}/${id}?${$.param(queryParams, true)}`, url: `${url}/${id}?${$.param(queryParams, true)}`,
dataType: 'text',
method: 'DELETE' method: 'DELETE'
}; };