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

This commit is contained in:
desmukh 2023-01-30 12:34:03 +05:00
parent 105c068f62
commit c373970058
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const Dispatches: CollectionConfig = {
{
name: 'endPoint',
type: 'relationship',
relationTo: 'makers',
relationTo: 'retailers',
hasMany: false,
},
{