load diagram page even if processes are not set w/ burnettk cullerton
This commit is contained in:
parent
d3c1c0d31a
commit
2464df4b81
|
@ -838,9 +838,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 (
|
||||
(bpmnXmlForDiagramRendering || !params.file_name) &&
|
||||
processModel &&
|
||||
processes.length > 0
|
||||
(bpmnXmlForDiagramRendering || !params.file_name) && processModel
|
||||
) {
|
||||
const processModelFileName = processModelFile ? processModelFile.name : '';
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue