From c373970058be739c878bd1f110f025949b8b4fba Mon Sep 17 00:00:00 2001 From: desmukh Date: Mon, 30 Jan 2023 12:34:03 +0500 Subject: [PATCH] bug: fix dispatches endpoint field to show retailers --- 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 8352de4..a0ff753 100644 --- a/src/collections/Dispatches.ts +++ b/src/collections/Dispatches.ts @@ -29,7 +29,7 @@ const Dispatches: CollectionConfig = { { name: 'endPoint', type: 'relationship', - relationTo: 'makers', + relationTo: 'retailers', hasMany: false, }, {