[WEB-3798]chore: updated language support to estimates (#6900)

This commit is contained in:
Vamsi Krishna 2025-04-09 19:34:01 +05:30 committed by GitHub
parent 993c7899b6
commit b738e39a4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 434 additions and 34 deletions

View file

@ -42,7 +42,7 @@ export const DropdownOptions: React.FC<IMultiSelectDropdownOptions | ISingleSele
isMobile={isMobile}
/>
)}
<div className="mt-2 max-h-48 space-y-1 overflow-y-scroll">
<div className={cn("max-h-48 space-y-1 overflow-y-scroll", !disableSearch && "mt-2")}>
<>
{options ? (
options.length > 0 ? (