This commit is contained in:
Gürkan Güran 2023-01-25 19:06:44 +01:00
parent 93a1e18f7d
commit c5e9053db6

View file

@ -239,8 +239,8 @@ export class FlowchartComponent {
return this.exportInternal();
}
@Watch('workflowDefinition')
private onWorkflowDefinitionChanged(value: WorkflowDefinition) {
@Watch('rootActivity')
private onActivityChanged(value: Activity) {
this.updateLookups();
}