From 818529bdac1738ab15597a2876936ead7d1bf855 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Wed, 31 Jan 2024 16:52:00 -0600 Subject: [PATCH] more --- src/Components/Case/CaseTypePage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Case/CaseTypePage.js b/src/Components/Case/CaseTypePage.js index a5ac548..0550189 100644 --- a/src/Components/Case/CaseTypePage.js +++ b/src/Components/Case/CaseTypePage.js @@ -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) {