no need for file contents
This commit is contained in:
parent
871bac4e77
commit
1d8bbbdf35
|
@ -206,7 +206,7 @@ export default function ProcessInstanceShow({ variant }: OwnProps) {
|
|||
);
|
||||
};
|
||||
HttpService.makeCallToBackend({
|
||||
path: `/process-models/${modifiedProcessModelId}?include_file_references=true`,
|
||||
path: `/process-models/${modifiedProcessModelId}`,
|
||||
successCallback: processResult,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue