From 0d646c5d6b2fb957fe3cf7870b1635dc21809422 Mon Sep 17 00:00:00 2001 From: toqvist Date: Tue, 20 Feb 2024 11:03:22 +0100 Subject: [PATCH] Change timeSensitive to bool --- src/collections/Dispatches.ts | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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