error when building for production, making validationData public to allow access from html.
This commit is contained in:
parent
b671a300c8
commit
d02bf21d9d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue