fix(development): path API profile/development
This commit is contained in:
parent
d38f488935
commit
17afb2ed0d
3 changed files with 13 additions and 8 deletions
|
|
@ -7,7 +7,7 @@ export function usePagination(
|
|||
) {
|
||||
const pagination = ref<PropsTable.Pagination>({
|
||||
sortBy: defaultSort,
|
||||
descending: true,
|
||||
descending: false,
|
||||
page: 1,
|
||||
rowsPerPage: 10,
|
||||
rowsNumber: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue