+
{{'CONDITIONS_FOR_ATTESTOR' | translate}}
{{'OF_THE_CONDITIONS_BELOW' | translate}}
-
diff --git a/src/app/admin/config-workflow/config-workflow.component.ts b/src/app/admin/config-workflow/config-workflow.component.ts
index a7dbb6b..509eb87 100644
--- a/src/app/admin/config-workflow/config-workflow.component.ts
+++ b/src/app/admin/config-workflow/config-workflow.component.ts
@@ -112,7 +112,10 @@ export class ConfigWorkflowComponent implements OnInit {
ngOnInit(): void {
- // this.patchValueData();
+ this.addWorkflowItems();
+ this.addNewAttestCondition(0);
+ this.addFieldCondition(0, 0);
+ // this.patchValueData();
this.entityName = this.activeRoute.snapshot.params.entity;