This commit is contained in:
Kenneth Jannette
2024-01-31 16:52:00 -06:00
parent 4d8ef72acc
commit 818529bdac

View File

@@ -113,7 +113,7 @@ const CaseTypePage = () => {
options={parsedTags}
minLength={1}
ref={typeaheadRef}
placeholder="Case Type - start typing"
placeholder="Case Type - start typing to search"
onChange={(selected) => {
let item = null;
for (const currentItem of selected) {