mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-06 07:04:18 +00:00
stop refreshing homepage if unauthorized to metadata
This commit is contained in:
parent
8791cc513c
commit
bb6a0bf443
@ -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 = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user