Skip to content

Commit

Permalink
Fixed: the coming of duplicate virtual facilities on parking page (ho…
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed Apr 5, 2024
1 parent 125b7c5 commit 6a10888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/modules/facility/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ const actions: ActionTree<FacilityState, RootState> = {
},
orderBy: "facilityName ASC",
entityName: "FacilityAndProductStore",
distinct: 'Y',
fieldList: ["facilityId", "facilityName", "description", "facilityTypeId", "parentFacilityTypeId"],
...payload
}
Expand Down

0 comments on commit 6a10888

Please sign in to comment.