We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2865b58 commit ae24f51Copy full SHA for ae24f51
1 file changed
MyApp.Client/src/app/bookings/booking-create.component.ts
@@ -38,7 +38,6 @@ export class BookingCreateComponent {
38
cost: 0,
39
cancelled: false
40
}));
41
- bookingGet = this.booking.asReadonly();
42
43
async save(): Promise<void> {
44
this.api.begin();
0 commit comments