diff --git a/src/app/admin/config-workflow/config-workflow.component.html b/src/app/admin/config-workflow/config-workflow.component.html
index 6f8b3d0..b96bc2c 100644
--- a/src/app/admin/config-workflow/config-workflow.component.html
+++ b/src/app/admin/config-workflow/config-workflow.component.html
@@ -29,7 +29,7 @@
+ formControlName="attestation_type" value="AUTOMATED" [defaultChecked]="true">
diff --git a/src/app/admin/config-workflow/config-workflow.component.ts b/src/app/admin/config-workflow/config-workflow.component.ts
index 92f7b7e..b31ba92 100644
--- a/src/app/admin/config-workflow/config-workflow.component.ts
+++ b/src/app/admin/config-workflow/config-workflow.component.ts
@@ -76,7 +76,7 @@ export class ConfigWorkflowComponent implements OnInit {
{
workflowname: '',
issuancesystem: '',
- attestation_type: 'auto_attestation',
+ attestation_type: '',
attestorConditions: [
{
selectEntity: '', anyOrAllCondition: '', fieldConditions: [{
@@ -297,7 +297,7 @@ export class ConfigWorkflowComponent implements OnInit {
{
workflowname: '',
issuancesystem: '',
- attestation_type: 'auto_attestation',
+ attestation_type: '',
attestorConditions: [
{
selectEntity: '', anyOrAllCondition: '', fieldConditions: [{