This commit is contained in:
AdisakKanthawilang 2025-03-21 10:27:33 +07:00
parent 8c30dc56f4
commit 9029baffab
3 changed files with 10 additions and 3 deletions

View file

@ -4830,6 +4830,7 @@ export class ProfileEmployeeController extends Controller {
profile && profile.profileEducations.length > 0
? `${profile.profileEducations[0].degree ?? ""} ${profile.profileEducations[0].field ?? ""}`
: "-",
statusCheckEdit: profile.statusCheckEdit,
};
if (_profile.child4Id != null) {