fix: hide event occurrences
This commit is contained in:
parent
48548e27f0
commit
7177ce08ec
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ export const EventOccurrences: CollectionConfig = {
|
||||||
],
|
],
|
||||||
admin: {
|
admin: {
|
||||||
defaultColumns: ['date', 'event', 'cancelled'],
|
defaultColumns: ['date', 'event', 'cancelled'],
|
||||||
hidden: false,
|
hidden: true,
|
||||||
},
|
},
|
||||||
access: {
|
access: {
|
||||||
read: () => true,
|
read: () => true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue