mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix(ui): fix imports and update placeholder for team multi select
This commit is contained in:
parent
4587097bda
commit
3a3fb83a0a
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