From 50aedc109401cc8707fea87489a98d717c7c515c Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Wed, 16 Dec 2020 17:52:43 +0100 Subject: [PATCH] fixed an issue with clickable types and correspondents on the docment table list --- .../app/components/document-list/document-list.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-ui/src/app/components/document-list/document-list.component.html b/src-ui/src/app/components/document-list/document-list.component.html index 3bb7e00c7..5c09f6c13 100644 --- a/src-ui/src/app/components/document-list/document-list.component.html +++ b/src-ui/src/app/components/document-list/document-list.component.html @@ -93,7 +93,7 @@ - {{(d.correspondent$ | async)?.name}} + {{(d.correspondent$ | async)?.name}} @@ -102,7 +102,7 @@ - {{(d.document_type$ | async)?.name}} + {{(d.document_type$ | async)?.name}}