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
1 changed files with 1 additions and 1 deletions

View File

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