diff --git a/frontend/app/features/settings/settings-area.component.html b/frontend/app/features/settings/settings-area.component.html
index ef96da90a..90627450b 100644
--- a/frontend/app/features/settings/settings-area.component.html
+++ b/frontend/app/features/settings/settings-area.component.html
@@ -59,7 +59,7 @@
{{ 'common.subscription' | sqxTranslate }}
-
+
{{ 'common.settings' | sqxTranslate }}
diff --git a/frontend/app/shared/state/apps.forms.ts b/frontend/app/shared/state/apps.forms.ts
index 23cf5bae4..3e29a17b7 100644
--- a/frontend/app/shared/state/apps.forms.ts
+++ b/frontend/app/shared/state/apps.forms.ts
@@ -75,7 +75,7 @@ class PatternTemplate {
public static readonly INSTANCE = new PatternTemplate();
public createControl() {
- return new FormControl({
+ return new ExtendedFormGroup({
name: new FormControl('',
Validators.required,
),
@@ -93,7 +93,7 @@ class EditorTemplate {
public static readonly INSTANCE = new EditorTemplate();
public createControl() {
- return new FormControl({
+ return new ExtendedFormGroup({
name: new FormControl('',
Validators.required,
),