From 4372e6592a3bae317be098bfbb82a816658d2dbc Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 19 Jan 2024 18:00:34 +0500 Subject: [PATCH] Revert "change dispatches status from array to single value" This reverts commit c683ad27524fe0643c34f971598f612df58ea853. --- src/collections/Dispatches.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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