fix(development): path API profile/development

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-10-03 16:13:35 +07:00
parent d38f488935
commit 17afb2ed0d
3 changed files with 13 additions and 8 deletions

View file

@ -7,7 +7,7 @@ export function usePagination(
) {
const pagination = ref<PropsTable.Pagination>({
sortBy: defaultSort,
descending: true,
descending: false,
page: 1,
rowsPerPage: 10,
rowsNumber: 0,