Skip to content

Commit

Permalink
adding district id on tableview
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Dec 4, 2024
1 parent 7e6a540 commit f605fa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const accommodationListView: ListViewConfig = {
component: CellComponent.StringCell,
class: 'w-48',
objectMapping: {
text: 'LocationInfo.DistrictInfo.Name.en',
text: 'LocationInfo.DistrictInfo.Id',
},
},
{
Expand Down

0 comments on commit f605fa2

Please sign in to comment.