Skip to content

Commit

Permalink
Update placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Nov 17, 2020
1 parent 68ec438 commit 9979aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/QueueSelector/QueueSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function QueueSelector({ queues, selectedQueues, setSelectedQueue
return(
<TextField
{...params}
placeholder={selectedQueues.length === 0 ? "Click to select queues." : ""}
placeholder={selectedQueues.length === 0 ? "Click or type to select queues." : ""}
/>
);
}}
Expand Down

0 comments on commit 9979aa8

Please sign in to comment.