From cd954e38dd5236dc01ad7cccb68b631b0c77cb7d Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 31 Mar 2025 17:34:59 -0700 Subject: [PATCH] Fix dont submit on remove doc --- .../common/input/document-link/document-link.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-ui/src/app/components/common/input/document-link/document-link.component.html b/src-ui/src/app/components/common/input/document-link/document-link.component.html index 08fe17bc1..4a7e096d9 100644 --- a/src-ui/src/app/components/common/input/document-link/document-link.component.html +++ b/src-ui/src/app/components/common/input/document-link/document-link.component.html @@ -41,14 +41,14 @@
@if (!disabled) { - + } @if (document.title) {  {{document.title}} } @else { - +  Not found }