diff --git a/frontend/src/app/shared/state/rules.forms.ts b/frontend/src/app/shared/state/rules.forms.ts
index 3079873a5..872d47d97 100644
--- a/frontend/src/app/shared/state/rules.forms.ts
+++ b/frontend/src/app/shared/state/rules.forms.ts
@@ -64,7 +64,7 @@ class BranchTemplate {
condition: new UntypedFormControl('',
Validators.nullValidator,
),
- nextStepId: new UntypedFormControl('',
+ nextStepId: new UntypedFormControl(undefined,
Validators.nullValidator,
),
});