implements
return formState.field.fieldId;
}
- private expandedKey(): string {
+ private isCollapsedKey(): string {
return Settings.Local.FIELD_COLLAPSED(this.schema?.id, this.formSection?.separator?.fieldId);
}
}
diff --git a/frontend/src/app/features/content/pages/contents/contents-page.component.html b/frontend/src/app/features/content/pages/contents/contents-page.component.html
index 108b4c52b..d226449d2 100644
--- a/frontend/src/app/features/content/pages/contents/contents-page.component.html
+++ b/frontend/src/app/features/content/pages/contents/contents-page.component.html
@@ -24,7 +24,11 @@
1">
-
+
+