This commit is contained in:
Kenneth Jannette
2024-01-16 13:46:33 -06:00
parent e94a0c4214
commit b508dd9b98

View File

@@ -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");