diff --git a/src-ui/src/app/components/common/suggestions-dropdown/suggestions-dropdown.component.html b/src-ui/src/app/components/common/suggestions-dropdown/suggestions-dropdown.component.html index af207c05c..035177536 100644 --- a/src-ui/src/app/components/common/suggestions-dropdown/suggestions-dropdown.component.html +++ b/src-ui/src/app/components/common/suggestions-dropdown/suggestions-dropdown.component.html @@ -25,19 +25,19 @@ } @if (suggestions?.suggested_tags.length > 0) { - Tags + Tags @for (tag of suggestions.suggested_tags; track tag) { } } @if (suggestions?.suggested_document_types.length > 0) { -
Document Types
+
Document Types
@for (type of suggestions.suggested_document_types; track type) { } } @if (suggestions?.suggested_correspondents.length > 0) { -
Correspondents
+
Correspondents
@for (correspondent of suggestions.suggested_correspondents; track correspondent) { }