diff --git a/src/collections/Dispatches.ts b/src/collections/Dispatches.ts index bab458b..10f1d9d 100644 --- a/src/collections/Dispatches.ts +++ b/src/collections/Dispatches.ts @@ -60,6 +60,7 @@ const Dispatches: CollectionConfig = { type: 'relationship', relationTo: 'couriers', hasMany: false, + required: true }, { name: 'timeSensitive', @@ -91,4 +92,4 @@ const Dispatches: CollectionConfig = { ], }; -export default Dispatches; \ No newline at end of file +export default Dispatches;