diff --git a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx index 268debabd..e069f18a1 100644 --- a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx +++ b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx @@ -490,6 +490,7 @@ export default function ProcessInstanceListTable({ HttpService.makeCallToBackend({ path: `/process-instances/report-metadata${queryParamString}`, successCallback: getProcessInstances, + onUnauthorized: stopRefreshing, }); } else { getProcessInstances(); @@ -542,6 +543,7 @@ export default function ProcessInstanceListTable({ permissionsLoaded, reportIdentifier, searchParams, + stopRefreshing, ]); const processInstanceReportSaveTag = () => {