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…
Reference in New Issue