feat(www): add sort clients by name (#1227)

Co-authored-by: Philip H. <47042125+pheiduck@users.noreply.github.com>
This commit is contained in:
Võ Hoàng
2024-08-17 00:40:24 +07:00
committed by GitHub
parent 7c521e8733
commit ca7ee32052
8 changed files with 60 additions and 2 deletions
+7
View File
@@ -160,4 +160,11 @@ class API {
});
}
async getUiSortClients() {
return this.call({
method: 'get',
path: '/ui-sort-clients',
});
}
}