error when building for production, making validationData public to allow access from html.

This commit is contained in:
Dan 2021-07-07 12:13:29 -04:00
parent b671a300c8
commit d02bf21d9d

View File

@ -69,7 +69,7 @@ export class ModelerComponent implements AfterViewInit {
@ViewChild('fileInput', { static: true }) fileInput: ElementRef; @ViewChild('fileInput', { static: true }) fileInput: ElementRef;
private diagramType: FileType; private diagramType: FileType;
private validationState: boolean; private validationState: boolean;
private validationData: Object = {}; validationData: Object = {};
private workflowSpecId: string; private workflowSpecId: string;
private fileMetaId: number; private fileMetaId: number;
private isNew = false; private isNew = false;