fix: doctor toggle logic

This commit is contained in:
Kailasdevdas
2026-05-13 14:19:42 +05:30
parent 199797fdf4
commit 988fbd28f1
3 changed files with 47 additions and 34 deletions
+3 -1
View File
@@ -8,8 +8,10 @@ export interface Doctor {
designation?: string;
workingStatus?: string;
qualification?: string;
isActive: boolean;
globalSortOrder: number;
departments: {
departments?: {
departmentId: string;
timing?: {
monday?: string;