diff --git a/src/client/src/orangehrmPimPlugin/pages/employee/EmployeePersonalDetails.vue b/src/client/src/orangehrmPimPlugin/pages/employee/EmployeePersonalDetails.vue index a206acb..a1785e8 100644 --- a/src/client/src/orangehrmPimPlugin/pages/employee/EmployeePersonalDetails.vue +++ b/src/client/src/orangehrmPimPlugin/pages/employee/EmployeePersonalDetails.vue @@ -279,8 +279,8 @@ export default { employee: {...employeeModel}, rules: { firstName: [required, shouldNotExceedCharLength(30)], - middleName: [shouldNotExceedCharLength(30)], - lastName: [required, shouldNotExceedCharLength(30)], +// middleName: [shouldNotExceedCharLength(30)], +// lastName: [required, shouldNotExceedCharLength(30)], employeeId: [shouldNotExceedCharLength(10)], otherId: [shouldNotExceedCharLength(30)], drivingLicenseNo: [shouldNotExceedCharLength(30)],