From 1b084170623f1260f98af87877200a9abecacd04 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 4 May 2026 14:22:37 -0700 Subject: [PATCH] Tweak: add icons to ai suggestion dropdown (#12708) --- .../suggestions-dropdown.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) { }