Fixed: Properly handle provider delete in UI

pull/6762/head
Qstick 3 years ago committed by GitHub
parent c4cf38255e
commit 8b93038937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save