[backend/razor] Don't reload queue dashboard job view before abandon action is confirmed

This commit is contained in:
Laura Hausmann 2024-10-15 17:23:10 +02:00
parent 40d6f71023
commit 46eda9b4c0
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -77,5 +77,4 @@ async function retryAllOnPage(queue) {
async function abandon(id, target) {
await confirm(target, () => callApiMethod(`/api/iceshrimp/admin/queue/jobs/${id}/abandon`));
window.location.reload();
}