diff --git a/src/collections/Couriers.ts b/src/collections/Couriers.ts index 35ec5d1..3f3f137 100644 --- a/src/collections/Couriers.ts +++ b/src/collections/Couriers.ts @@ -2,6 +2,9 @@ import { CollectionConfig } from 'payload/types'; const Couriers: CollectionConfig = { slug: 'couriers', + admin: { + useAsTitle: 'name', + }, access: { read: () => true, },