diff --git a/src/store/modules/facility/actions.ts b/src/store/modules/facility/actions.ts index 6e31a051..0b94628d 100644 --- a/src/store/modules/facility/actions.ts +++ b/src/store/modules/facility/actions.ts @@ -568,6 +568,7 @@ const actions: ActionTree = { }, orderBy: "facilityName ASC", entityName: "FacilityAndProductStore", + distinct: 'Y', fieldList: ["facilityId", "facilityName", "description", "facilityTypeId", "parentFacilityTypeId"], ...payload }