add profession

This commit is contained in:
unknown
2025-04-09 13:47:32 +07:00
parent 0c5608273f
commit 02535906fd
2 changed files with 24 additions and 3 deletions

View File

@ -39,8 +39,8 @@ const ManageMembers = () => {
limit: 20,
page: 1,
with_deleted: false,
order_field: 'fullname',
order_direction: 'ASC'
order_field: 'created_at',
order_direction: 'DESC'
}
});
let temp = 1;