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 035177536..7e1a29666 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,21 +25,21 @@ } @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) { - + } }