Travis build failed with validationState as private

This commit is contained in:
mike cullerton 2021-08-09 10:10:17 -04:00
parent 1c31e91923
commit 30857d0189
1 changed files with 1 additions and 1 deletions

View File

@ -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: boolean;
validationState: boolean;
validationData: Object = {};
private workflowSpecId: string;
private fileMetaId: number;