more
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user