Revert "change dispatches status from array to single value"
continuous-integration/drone/push Build is failing Details

This reverts commit c683ad2752.
This commit is contained in:
Aadil Ayub 2024-01-19 18:00:34 +05:00
parent 89a1f49ff6
commit 4372e6592a
1 changed files with 1 additions and 1 deletions

View File

@ -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