This commit is contained in:
Kenneth Jannette
2024-02-09 22:02:42 -06:00
parent 896c28fb24
commit 4604ac52db
2 changed files with 3 additions and 3 deletions

View File

@@ -218,7 +218,7 @@ const CaseTypePage = () => {
options={parsedTags}
minLength={1}
ref={typeaheadRef}
placeholder="Case Type - type to search, tab/click to select"
placeholder="Case Type - type to search, tab/click to select (max 5)"
onChange={(selected) => {
let item = null;
for (const currentItem of selected) {