more
This commit is contained in:
@@ -20,7 +20,8 @@ const CaseDetailsPage = () => {
|
||||
const { appState } = useContext(AppContext);
|
||||
const { group } = appState;
|
||||
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 = () => {
|
||||
navigate("/documents");
|
||||
|
||||
Reference in New Issue
Block a user