From 36d850a3263eef4c9f22cf60c8f72ee0bb5b3cd3 Mon Sep 17 00:00:00 2001 From: mashfiq Date: Wed, 23 Jul 2025 17:41:56 +0600 Subject: [PATCH] long profile refresh employee --- .../app/core-hr/employee-profile/employee-profile.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/HRM.UI/ClientApp/src/app/core-hr/employee-profile/employee-profile.component.ts b/HRM.UI/ClientApp/src/app/core-hr/employee-profile/employee-profile.component.ts index f93da83..d36bff0 100644 --- a/HRM.UI/ClientApp/src/app/core-hr/employee-profile/employee-profile.component.ts +++ b/HRM.UI/ClientApp/src/app/core-hr/employee-profile/employee-profile.component.ts @@ -191,6 +191,7 @@ export class EmployeeProfileComponent implements OnInit { checkValue(value: any) { if (value === true) { + this.hrEmployeeProfile = new HrEmployee(); this.refreshEmployee(new HrEmployee()); // this.loadingPanel.ShowLoadingPanel = true;