InvitationsAdminList
Org-side pending-invitations table. One row per outstanding invite
with a “revoke” affordance. Pairs with <InviteMemberForm> on the
org admin page — invite up top, see the pending list below.
Distinguished from <InvitationsList> which is the invitee-side
(current user’s pending invites) version.
Usage
import { InvitationsAdminList } from '@rw3iss/auth-client/preact/forms';
<InvitationsAdminList />Props
| Name | Type | Description |
|---|---|---|
client | AuthClient | |
orgId | string | |
className | string | |
refreshKey | number | string | Triggers a re-fetch when this value changes — bump it from a parent after `InviteMemberForm.onCreated` to refresh the list. |