Skip to content

Commit 24456a3

Browse files
committed
Add placeholder to org teams searchinput
1 parent ae9521e commit 24456a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/tables/teams.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ function TeamsTable({ type, orgId }) {
6363
setPage(1)
6464
setSearch(search)
6565
}}
66+
placeholder='Search by team name'
6667
/>
6768
<Table
6869
data-cy={`${type}-table`}

0 commit comments

Comments
 (0)