fixed refreshing data after deleting some origin or lease

This commit is contained in:
Oscar Krause
2023-01-04 09:52:15 +01:00
parent f08e92f05e
commit c7758ae8ad
3 changed files with 33 additions and 23 deletions

View File

@@ -102,7 +102,6 @@ async function deleteOrigins() {
let xhr = new XMLHttpRequest();
xhr.open("DELETE", '/-/origins', true);
xhr.send();
await fetchOriginsWithLeases()
}
async function deleteOrigin(origin_ref) {