Skip to content

Commit 802367c

Browse files
committed
Search users
1 parent ff9b2c6 commit 802367c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/select-users.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function SelectUsers(props: {
7171
id="user name"
7272
value={query}
7373
onChange={(e) => setQuery(e.target.value)}
74-
placeholder="e.g. Ian Philips"
74+
placeholder="Search users..."
7575
/>
7676
</Col>
7777
{queryReady && (

0 commit comments

Comments
 (0)