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:
parent
c4cf38255e
commit
8b93038937
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue