diff --git a/frontend_nuxt/components/Dropdown.vue b/frontend_nuxt/components/Dropdown.vue index a580cc510..b1d82baa2 100644 --- a/frontend_nuxt/components/Dropdown.vue +++ b/frontend_nuxt/components/Dropdown.vue @@ -19,6 +19,12 @@ class="option-icon" :alt="label.name" /> + {{ label.name }} @@ -38,6 +44,12 @@ class="option-icon" :alt="selectedLabels[0].name" /> + {{ selectedLabels[0].name }} @@ -45,7 +57,7 @@ {{ placeholder }} - +