From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Fri, 8 Nov 2024 08:23:42 +0000 (-0800)
Subject: Basic option selection
X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ffeature-retry-consume;p=thirdparty%2Fpaperless-ngx.git
Basic option selection
---
diff --git a/src-ui/src/app/components/admin/tasks/tasks.component.html b/src-ui/src/app/components/admin/tasks/tasks.component.html
index 39f3aebbf3..4ea9747cd7 100644
--- a/src-ui/src/app/components/admin/tasks/tasks.component.html
+++ b/src-ui/src/app/components/admin/tasks/tasks.component.html
@@ -82,9 +82,7 @@
@if (task.status === PaperlessTaskStatus.Failed) {
-
+
}
|