Skip to content

Commit

Permalink
Update echargingdata.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sseppi authored Oct 16, 2024
1 parent ee6f729 commit 27b667e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions databrowser/src/config/builder/tourism/echargingdata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const echargingdataCategory = (
},
},
{
title: 'AccessType',
title: 'Access type',
component: CellComponent.SelectWithOptionsCell,
objectMapping: {
value: 'AdditionalProperties.EchargingDataProperties.AccessType',
Expand All @@ -63,21 +63,21 @@ export const echargingdataCategory = (
},
},
{
title: 'AccessTypeInfo',
title: 'Access type information',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.AccessTypeInfo',
},
},
{
title: 'PaymentInfo',
title: 'Payment information',
component: CellComponent.StringCell,
objectMapping: {
text: 'AdditionalProperties.EchargingDataProperties.PaymentInfo',
},
},
{
title: 'Charging Plugs Types',
title: 'Charging plugs types',
component: CellComponent.ArrayEditableCell,
arrayMapping: {
targetPropertyName: 'items',
Expand Down

0 comments on commit 27b667e

Please sign in to comment.