more
This commit is contained in:
@@ -20,7 +20,8 @@ const CaseDetailsPage = () => {
|
|||||||
const { appState } = useContext(AppContext);
|
const { appState } = useContext(AppContext);
|
||||||
const { group } = appState;
|
const { group } = appState;
|
||||||
const appUserId = group ? group.appUserId : null;
|
const appUserId = group ? group.appUserId : null;
|
||||||
const message = "Parsing document. This may take several minutes.";
|
const message =
|
||||||
|
"Parsing document. Please be patient, this may take several minutes.";
|
||||||
|
|
||||||
const handleNavigate = () => {
|
const handleNavigate = () => {
|
||||||
navigate("/documents");
|
navigate("/documents");
|
||||||
|
|||||||
Reference in New Issue
Block a user