We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741e850 commit f1cdb34Copy full SHA for f1cdb34
src/elements-experimental/seat-reservation/seat-reservation/seat-reservation.ts
@@ -38,7 +38,6 @@ class SbbSeatReservationElement extends LitElement {
38
} as const;
39
40
/** seat reservation*/
41
- @forceType()
42
@property({ attribute: 'seat-reservation', type: Object })
43
public accessor seatReservation: SeatReservation = null!;
44
0 commit comments