sort edu by level

This commit is contained in:
kittapath 2025-01-06 23:58:24 +07:00
parent 4b05629c29
commit 587fe5d5b6
11 changed files with 229 additions and 266 deletions

View file

@ -264,7 +264,7 @@ export class DPISController extends Controller {
dateLeaveStart: "ASC",
},
profileEducations: {
degree: "ASC",
level: "ASC",
},
},
});