From 40d6f71023982861ccef2b251b9b8403052636e3 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Tue, 15 Oct 2024 17:21:00 +0200 Subject: [PATCH] [backend/razor] Fix abandon button in queue dashboard delayed job view --- Iceshrimp.Backend/Pages/QueueJob.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Iceshrimp.Backend/Pages/QueueJob.cshtml b/Iceshrimp.Backend/Pages/QueueJob.cshtml index 12d58232..b89cdf48 100644 --- a/Iceshrimp.Backend/Pages/QueueJob.cshtml +++ b/Iceshrimp.Backend/Pages/QueueJob.cshtml @@ -56,7 +56,7 @@ Actions - @abandonName + @abandonName }