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

@@ -1,2 +1,2 @@
REACT_APP_URL_PROD=https://www.novodraft.ai REACT_APP_URL_PROD=https://novodraft.ai
REACT_APP_API_PROD=https://www.novodraft.ai:3001 REACT_APP_API_PROD=https://novodraft.ai:4000

View File

@@ -218,7 +218,7 @@ const CaseTypePage = () => {
options={parsedTags} options={parsedTags}
minLength={1} minLength={1}
ref={typeaheadRef} 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) => { onChange={(selected) => {
let item = null; let item = null;
for (const currentItem of selected) { for (const currentItem of selected) {