mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-23 08:28:10 +00:00
fix(ui): update placeholder to indicate search teams (#6351)
This commit is contained in:
parent
0688f558cb
commit
9dc8cb6107
@ -35,7 +35,7 @@ interface Props {
|
||||
const TeamsSelectable = ({
|
||||
onSelectionChange,
|
||||
filterJoinable,
|
||||
placeholder = 'Start typing the name of team...',
|
||||
placeholder = 'Search for teams',
|
||||
}: Props) => {
|
||||
const [teamSearchText, setTeamSearchText] = useState<string>('');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user