Skip to content

Commit ae24f51

Browse files
committed
remove bookingGet
1 parent 2865b58 commit ae24f51

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

MyApp.Client/src/app/bookings/booking-create.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export class BookingCreateComponent {
3838
cost: 0,
3939
cancelled: false
4040
}));
41-
bookingGet = this.booking.asReadonly();
4241

4342
async save(): Promise<void> {
4443
this.api.begin();

0 commit comments

Comments
 (0)