This commit is contained in:
Kittapath 2024-05-14 11:56:40 +07:00
parent b766112870
commit 35891a371a
2 changed files with 17 additions and 1 deletions

View file

@ -157,7 +157,7 @@ export class EducationLevelController extends Controller {
"createdFullName",
"lastUpdateFullName",
],
order: { createdAt: "ASC" },
order: { rank: "ASC" },
});
// if (!educationLevel) {