diff --git a/src/collections/EventOccurrences.ts b/src/collections/EventOccurrences.ts index 5ec276c..135da77 100644 --- a/src/collections/EventOccurrences.ts +++ b/src/collections/EventOccurrences.ts @@ -65,7 +65,7 @@ export const EventOccurrences: CollectionConfig = { ], admin: { defaultColumns: ['date', 'event', 'cancelled'], - hidden: false, + hidden: true, }, access: { read: () => true,