mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-04 11:34:19 +00:00
✨ finish users table
This commit is contained in:
@@ -107,7 +107,14 @@ export default async function UsersPage(props: UsersPageProps) {
|
||||
/>
|
||||
<UserProvider user={user!}>
|
||||
<OrgProvider org={org}>
|
||||
<UsersTable users={userRows} />
|
||||
<UsersTable
|
||||
users={userRows}
|
||||
rowCount={pagination.total}
|
||||
pagination={{
|
||||
pageIndex: pagination.page - 1,
|
||||
pageSize: pagination.pageSize
|
||||
}}
|
||||
/>
|
||||
</OrgProvider>
|
||||
</UserProvider>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user