perf: logs, auth root as super admin, etc (#2615)

* chore: usePagination hook type

* feat: chat log show outlinkuid or tmb avatar and name

* fix: ts error for pagination

* feat: auth root
This commit is contained in:
Finley Ge
2024-09-09 10:05:18 +08:00
committed by GitHub
parent 91ec895fd2
commit a1ae08f62b
19 changed files with 127 additions and 66 deletions

View File

@@ -62,7 +62,7 @@ const BillTable = () => {
Pagination,
getData,
total
} = usePagination<BillSchemaType>({
} = usePagination({
api: getBills,
pageSize: 20,
params: {