From 11020b8a19830d714edc5400ccd5f475904721ed Mon Sep 17 00:00:00 2001 From: Arcadio Quintero Date: Wed, 23 Oct 2024 13:04:56 -0400 Subject: [PATCH] feat(edit-content) fix comments #30022 --- .../dot-edit-content-form/dot-edit-content-form.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {