diff --git a/src/Common/SearchableDropdown.tsx b/src/Common/SearchableDropdown.tsx index 77d2309e9..54a5fd16d 100644 --- a/src/Common/SearchableDropdown.tsx +++ b/src/Common/SearchableDropdown.tsx @@ -89,8 +89,8 @@ export const SearchableDropdown = ({ 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);