Merge branch '367-CallActivity-2' into dev
# Conflicts: # src/app/modeler/modeler.component.ts
This commit is contained in:
commit
cbd8dfe943
|
@ -68,7 +68,7 @@ export class ModelerComponent implements AfterViewInit {
|
|||
@ViewChild(DiagramComponent) private diagramComponent: DiagramComponent;
|
||||
@ViewChild('fileInput', { static: true }) fileInput: ElementRef;
|
||||
private diagramType: FileType;
|
||||
private validationState: string;
|
||||
validationState: boolean;
|
||||
validationData: Object = {};
|
||||
private workflowSpecId: string;
|
||||
private fileMetaId: number;
|
||||
|
|
Loading…
Reference in New Issue