diff --git a/src/collections/Dispatches.ts b/src/collections/Dispatches.ts index 1d98aa1..0d82a24 100644 --- a/src/collections/Dispatches.ts +++ b/src/collections/Dispatches.ts @@ -40,17 +40,7 @@ const Dispatches: CollectionConfig = { }, { name: 'timeSensitive', - type: 'select', - options: [ - { - label: 'Yes', - value: 'yes', - }, - { - label: 'No', - value: 'no', - }, - ], + type: 'checkbox', }, { name: 'status', // required