diff --git a/src/collections/Dispatches.ts b/src/collections/Dispatches.ts index 6565e99..a0ff753 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: false, + hasMany: true, // admin: { // isClearable: true, // isSortable: true, // use mouse to drag and drop different values, and sort them according to your choice