bug: fix dispatches endpoint field to show retailers
continuous-integration/drone/push Build is passing

This commit is contained in:
desmukh
2023-01-30 12:34:03 +05:00
parent 105c068f62
commit c373970058
+1 -1
View File
@@ -29,7 +29,7 @@ const Dispatches: CollectionConfig = {
{
name: 'endPoint',
type: 'relationship',
relationTo: 'makers',
relationTo: 'retailers',
hasMany: false,
},
{