From 4604ac52dbf8116fa58c6c12cc0c08d744469c71 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Fri, 9 Feb 2024 22:02:42 -0600 Subject: [PATCH] more --- .env.production | 4 ++-- src/Components/Case/CaseTypePage.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 461b3c8..38a8d01 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ -REACT_APP_URL_PROD=https://www.novodraft.ai -REACT_APP_API_PROD=https://www.novodraft.ai:3001 \ No newline at end of file +REACT_APP_URL_PROD=https://novodraft.ai +REACT_APP_API_PROD=https://novodraft.ai:4000 \ No newline at end of file diff --git a/src/Components/Case/CaseTypePage.js b/src/Components/Case/CaseTypePage.js index 9a49bcd..9481dc5 100644 --- a/src/Components/Case/CaseTypePage.js +++ b/src/Components/Case/CaseTypePage.js @@ -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) {