diff --git a/packages/core/client/src/collection-manager/templates/view.tsx b/packages/core/client/src/collection-manager/templates/view.tsx index 9c0debe08f..f0774d3586 100644 --- a/packages/core/client/src/collection-manager/templates/view.tsx +++ b/packages/core/client/src/collection-manager/templates/view.tsx @@ -80,6 +80,7 @@ export const view: ICollectionTemplate = { fields: { type: 'array', 'x-component': PreviewFields, + 'x-visible': '{{ createOnly }}', 'x-reactions': { dependencies: ['name'], fulfill: { @@ -91,6 +92,7 @@ export const view: ICollectionTemplate = { }, preview: { type: 'object', + 'x-visible': '{{ createOnly }}', 'x-component': PreviewTable, 'x-reactions': { dependencies: ['name','fields'],