mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-05 14:44:12 +00:00
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…
x
Reference in New Issue
Block a user