mirror of
https://github.com/sartography/spiffworkflow-frontend.git
synced 2025-02-23 19:58:25 +00:00
Merge branch 'main' of github.com:sartography/spiff-arena
This commit is contained in:
commit
00db853425
@ -837,11 +837,7 @@ export default function ProcessModelEditDiagram() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// if a file name is not given then this is a new model and the ReactDiagramEditor component will handle it
|
// if a file name is not given then this is a new model and the ReactDiagramEditor component will handle it
|
||||||
if (
|
if ((bpmnXmlForDiagramRendering || !params.file_name) && processModel) {
|
||||||
(bpmnXmlForDiagramRendering || !params.file_name) &&
|
|
||||||
processModel &&
|
|
||||||
processes.length > 0
|
|
||||||
) {
|
|
||||||
const processModelFileName = processModelFile ? processModelFile.name : '';
|
const processModelFileName = processModelFile ? processModelFile.name : '';
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user