Skip to content

Commit

Permalink
fix: team member search error (#8982)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
4 people committed May 22, 2023
1 parent 8871e1e commit c8db177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/features/ee/teams/pages/team-members-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 ? (
Expand Down

0 comments on commit c8db177

Please sign in to comment.