feat: add collaboratorUserId to appointment model and update dashboard filtering logic
This commit is contained in:
@@ -245,6 +245,7 @@ export interface AppointmentEventByClient {
|
||||
serviceName: string;
|
||||
serviceDescription: string;
|
||||
collaboratorId: string;
|
||||
collaboratorUserId: string;
|
||||
collaboratorName: string;
|
||||
collaboratorAvatar: string;
|
||||
appointmentDate: string;
|
||||
|
||||
Reference in New Issue
Block a user