diff --git a/src/collections/Dispatches.ts b/src/collections/Dispatches.ts index a0ff753..6565e99 100644 --- a/src/collections/Dispatches.ts +++ b/src/collections/Dispatches.ts @@ -41,7 +41,7 @@ const Dispatches: CollectionConfig = { { name: 'status', // required type: 'select', // required - hasMany: true, + hasMany: false, // admin: { // isClearable: true, // isSortable: true, // use mouse to drag and drop different values, and sort them according to your choice