fix(ui): update placeholder to indicate search teams (#6351)

This commit is contained in:
Chirag Madlani 2022-07-26 23:12:39 +05:30 committed by GitHub
parent 0688f558cb
commit 9dc8cb6107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>('');