bugfix: overlapped appointments now made possible. selection popup added for overlapped banners.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { PartialType } from '@nestjs/swagger';
|
||||
import { CreateAppointmentDto } from './create-appointment.dto';
|
||||
|
||||
export class UpdateAppointmentDto extends PartialType(CreateAppointmentDto) {}
|
||||
Reference in New Issue
Block a user