Add safe user preview for invites
Magent CI/CD / verify (push) Successful in 10m52s
Magent CI/CD / deploy-prod (push) Skipped
Magent CI/CD / deploy-beta (push) Successful in 17s

This commit is contained in:
2026-09-01 16:51:32 +12:00
parent 976d24217b
commit b3c41f6dea
2 changed files with 34 additions and 4 deletions
+5
View File
@@ -1174,6 +1174,11 @@ export default function AdminInviteManagementPage() {
title="Invites"
subtitle="Create access links, apply account profiles, deliver invitations, and see what needs attention."
rail={inviteManagementRail}
actions={
<button type="button" className="ghost-button" onClick={() => router.push('/profile/invites?view=user')}>
View as user
</button>
}
>
<section className="admin-section">
{error && <div className="error-banner">{error}</div>}