We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a95b63 commit f183705Copy full SHA for f183705
1 file changed
apps/workplace/src/app/landing-new/landing-desk-week.component.ts
@@ -562,8 +562,8 @@ export class LandingDeskWeekComponent
562
data: {
563
booking,
564
edit_fn: (b) => this._schedule.editBooking(b),
565
- remove_fn: (b, s) => {
566
- this._schedule.remove(b, s);
+ remove_fn: async (b, s) => {
+ await this._schedule.remove(b, s);
567
this.selected_date.set(Date.now());
568
},
569
end_fn: (b) => this._schedule.end(b),
0 commit comments