File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
library/src/components/timetable
src/components/showcase/wrapper Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export namespace TimeTableTypes {
4242 G extends TimeTableGroup ,
4343 I extends TimeSlotBooking ,
4444 > = _CustomHeaderRowHeaderProps < G , I >
45- export type CustomHeadeRowTimeSlotProps <
45+ export type CustomHeaderRowTimeSlotProps <
4646 G extends TimeTableGroup ,
4747 I extends TimeSlotBooking ,
4848 > = _CustomHeaderRowTimeSlotProps < G , I >
Original file line number Diff line number Diff line change @@ -7937,7 +7937,7 @@ function TestCustomHeaderRowTimeSlot<
79377937 slotsArray,
79387938 entries,
79397939 tableCellRef,
7940- }: TimeTableTypes.CustomHeadeRowTimeSlotProps <G, I>) {
7940+ }: TimeTableTypes.CustomHeaderRowTimeSlotProps <G, I>) {
79417941 const groupItems = entries[1].items
79427942
79437943 const groupItemsOfCell: I[] = []
Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ function TestCustomHeaderRowTimeSlot<
434434 slotsArray,
435435 entries,
436436 tableCellRef,
437- } : TimeTableTypes . CustomHeadeRowTimeSlotProps < G , I > ) {
437+ } : TimeTableTypes . CustomHeaderRowTimeSlotProps < G , I > ) {
438438 const groupItems = entries [ 1 ] . items
439439
440440 const groupItemsOfCell : I [ ] = [ ]
You can’t perform that action at this time.
0 commit comments