fix: support more className-related props at DataTable (#19953)
* fix: support more className-related props at DataTable * update style * fix type error * use relative import --------- Co-authored-by: Benny Joo <sldisek783@gmail.com>
This commit is contained in:
@@ -277,7 +277,7 @@ function UserListTableContent({ oAuthClientId }: PlatformManagedUsersTableProps)
|
||||
|
||||
return (
|
||||
<>
|
||||
<DataTableWrapper
|
||||
<DataTableWrapper<PlatformManagedUserTableUser>
|
||||
testId="managed-user-list-data-table"
|
||||
table={table}
|
||||
isPending={isPending}
|
||||
|
||||
@@ -512,7 +512,7 @@ function UserListTableContent() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<DataTableWrapper
|
||||
<DataTableWrapper<UserTableUser>
|
||||
testId="user-list-data-table"
|
||||
table={table}
|
||||
isPending={isPending}
|
||||
|
||||
Reference in New Issue
Block a user