mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-24 07:39:32 +00:00
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;
|
@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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user