mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-03-02 09:00:33 +00:00
Travis build failed with validationState as private
This commit is contained in:
parent
1c31e91923
commit
30857d0189
@ -68,7 +68,7 @@ export class ModelerComponent implements AfterViewInit {
|
|||||||
@ViewChild(DiagramComponent) private diagramComponent: DiagramComponent;
|
@ViewChild(DiagramComponent) private diagramComponent: DiagramComponent;
|
||||||
@ViewChild('fileInput', { static: true }) fileInput: ElementRef;
|
@ViewChild('fileInput', { static: true }) fileInput: ElementRef;
|
||||||
private diagramType: FileType;
|
private diagramType: FileType;
|
||||||
private validationState: boolean;
|
validationState: boolean;
|
||||||
validationData: Object = {};
|
validationData: Object = {};
|
||||||
private workflowSpecId: string;
|
private workflowSpecId: string;
|
||||||
private fileMetaId: number;
|
private fileMetaId: number;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user