From 4c0ed41368cecbe85c3e80919903fb1868fb4e47 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 26 Apr 2026 20:28:47 -0700 Subject: [PATCH] Tweakhancement: make upload notification open an anchor link (#12659) --- .../upload-file-widget/upload-file-widget.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html index 08ec0b453..14f8cc230 100644 --- a/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html +++ b/src-ui/src/app/components/dashboard/widgets/upload-file-widget/upload-file-widget.component.html @@ -54,10 +54,10 @@ @if (isFinished(status)) {
@if (status.documentId) { - + }
} -- 2.47.3