more
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
REACT_APP_URL_PROD=https://www.novodraft.ai
|
||||
REACT_APP_API_PROD=https://www.novodraft.ai:3001
|
||||
REACT_APP_URL_PROD=https://novodraft.ai
|
||||
REACT_APP_API_PROD=https://novodraft.ai:4000
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user