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
1 changed files with 1 additions and 0 deletions

View File

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