feat: Update conversation bulk action UI (#14118)

This commit is contained in:
Sivin Varghese
2026-05-07 14:58:38 +05:30
committed by GitHub
parent fe44b07147
commit 2435d7503c
29 changed files with 1014 additions and 1165 deletions
@@ -209,7 +209,7 @@ watch(
v-if="showDropdown"
:menu-items="filteredCountries"
show-search
class="z-[100] w-48 mt-2 overflow-y-auto ltr:left-0 rtl:right-0 top-full max-h-52"
class="z-[100] w-48 mt-2 ltr:left-0 rtl:right-0 top-full max-h-52"
@action="onSelectCountry"
/>
</div>