Skip to content

Commit e906095

Browse files
committed
enabled usage of message translation again in the time table
1 parent 8832ef3 commit e906095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

showcase/public/showcase-sources.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@ export default function LPTimeTableShowCase(props: ShowcaseProps) {
16511651
onTimeSlotItemClick={onTimeSlotItemClickCB}
16521652
rounding={rounding}
16531653
nowOverwrite={nowOverwrite}
1654-
timeTableMessages={undefined}
1654+
timeTableMessages={translation}
16551655
onTimeRangeSelected={setSelectedTimeRange}
16561656
setClearSelectedTimeRangeCB={setClearSelectedTimeRangeCB}
16571657
/>

showcase/src/components/showcase/wrapper/LPTimeTableShowcase.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ export default function LPTimeTableShowCase(props: ShowcaseProps) {
638638
onTimeSlotItemClick={onTimeSlotItemClickCB}
639639
rounding={rounding}
640640
nowOverwrite={nowOverwrite}
641-
timeTableMessages={undefined}
641+
timeTableMessages={translation}
642642
onTimeRangeSelected={setSelectedTimeRange}
643643
setClearSelectedTimeRangeCB={setClearSelectedTimeRangeCB}
644644
/>

0 commit comments

Comments
 (0)