mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix(ui): fix imports and update placeholder for team multi select
This commit is contained in:
parent
cd7b2620c7
commit
1533f6896e
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ const TeamMultiSelect: React.FC<TeamMultiSelectProps> = ({
|
|||
disabled,
|
||||
organizationId,
|
||||
pageSize = 20,
|
||||
placeholder = "Search teams by name or ID...",
|
||||
placeholder = "Search teams by alias...",
|
||||
}) => {
|
||||
const [searchInput, setSearchInput] = useState("");
|
||||
const [debouncedSearch, setDebouncedSearch] = useDebouncedState("", {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue