feat(PBI-49): add debugProps to admin/ + dashboard/ + dialogs/ + mobile/ + split-pane/
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ebac8e5827
commit
c2295241c0
10 changed files with 22 additions and 8 deletions
|
|
@ -26,6 +26,7 @@ import {
|
|||
updateUserRolesAction,
|
||||
setMustResetPasswordAction,
|
||||
} from '@/actions/admin/users'
|
||||
import { debugProps } from '@/lib/debug'
|
||||
|
||||
type UserWithRoles = {
|
||||
id: string
|
||||
|
|
@ -190,7 +191,7 @@ export function UsersTable({
|
|||
currentUserId: string
|
||||
}) {
|
||||
return (
|
||||
<Table>
|
||||
<Table {...debugProps('users-table', 'UsersTable', 'components/admin/users-table.tsx')}>
|
||||
<TableHeader>
|
||||
<TableRow>
|
||||
<TableHead>Gebruiker</TableHead>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue