diff --git a/core-web/libs/edit-content/src/lib/components/dot-edit-content-form/dot-edit-content-form.component.ts b/core-web/libs/edit-content/src/lib/components/dot-edit-content-form/dot-edit-content-form.component.ts
index cb7d74fc5572..1cb8256935cf 100644
--- a/core-web/libs/edit-content/src/lib/components/dot-edit-content-form/dot-edit-content-form.component.ts
+++ b/core-web/libs/edit-content/src/lib/components/dot-edit-content-form/dot-edit-content-form.component.ts
@@ -139,7 +139,7 @@ export class DotEditContentFormComponent implements OnInit {
      *
      * @memberof DotEditContentFormComponent
      */
-    restOfTabs = computed(() => this.$store.tabs().slice(1));
+    $restOfTabs = computed(() => this.$store.tabs().slice(1));
 
     ngOnInit(): void {
         if (this.$store.tabs().length) {