We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9b2c6 commit 802367cCopy full SHA for 802367c
web/components/select-users.tsx
@@ -71,7 +71,7 @@ export function SelectUsers(props: {
71
id="user name"
72
value={query}
73
onChange={(e) => setQuery(e.target.value)}
74
- placeholder="e.g. Ian Philips"
+ placeholder="Search users..."
75
/>
76
</Col>
77
{queryReady && (
0 commit comments