FIX Dashboard

This commit is contained in:
raman 2025-04-02 15:33:27 +05:30
parent 879253e1ec
commit c10892c62a
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,8 @@ export class NetflixProfileContainer extends Component {
attendance_state:null, attendance_state:null,
mobile_phone: '', mobile_phone: '',
work_email: '', work_email: '',
private_street: '' private_street: '',
department_id:''
}, },
attendance_lines:[], attendance_lines:[],
leaves:[] leaves:[]
@ -181,6 +182,7 @@ export class NetflixProfileContainer extends Component {
mobile_phone: employee.mobile_phone, mobile_phone: employee.mobile_phone,
work_email: employee.work_email, work_email: employee.work_email,
private_street: employee.private_street, private_street: employee.private_street,
department_id:employee.department_id[1]
}; };
} }
} catch (error) { } catch (error) {