format fix

This commit is contained in:
nishthaAhujaa
2026-01-29 13:59:59 +05:30
parent 022a1f7af9
commit e8aab14bd1

View File

@@ -89,8 +89,8 @@ export const SearchableDropdown = <T,>({
const buttonLabel = selectedItem
? getDisplayText(selectedItem)
: items?.length === 0
? `No ${label}s Found`
: placeholder;
? `No ${label}s Found`
: placeholder;
const buttonId = `${className}-button`;
const buttonStyles = getDropdownButtonStyles(disabled);