fix: team member search error (#8982)
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Co-authored-by: alannnc <alannnc@gmail.com> Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
This commit is contained in:
co-authored by
sean-brydon
alannnc
Carina Wollendorfer
parent
8871e1eb21
commit
c8db177f7d
@@ -48,7 +48,6 @@ function MembersList(props: MembersListProps) {
|
||||
autoComplete="false"
|
||||
onChange={(e) => setQuery(e.target.value)}
|
||||
value={query}
|
||||
defaultValue=""
|
||||
placeholder={`${t("search")}...`}
|
||||
/>
|
||||
{membersList?.length && team ? (
|
||||
|
||||
Reference in New Issue
Block a user