diff --git a/libs/ui/src/lib/assistant/assistant.html b/libs/ui/src/lib/assistant/assistant.html
index 51070a642..ac19c34a8 100644
--- a/libs/ui/src/lib/assistant/assistant.html
+++ b/libs/ui/src/lib/assistant/assistant.html
@@ -118,16 +118,23 @@
>
-
- No account
- @for (account of accounts; track account.id) {
- {{ account.name }}
- }
-
+
+
+
+ @for (account of accounts; track account.id) {
+
+
+ {{ account.name }}
+
+
+ }
+
+
@@ -139,20 +146,18 @@
>
-
- No tag
- @for (tag of tags; track tag.id) {
- {{ tag.name }}
- }
-
+
+
+
+ @for (tag of tags; track tag.id) {
+ {{ tag.name }}
+ }
+
+
-