Add global admin user-view preview
Magent CI/CD / verify (push) Successful in 10m37s
Magent CI/CD / deploy-prod (push) Skipped
Magent CI/CD / deploy-beta (push) Successful in 22s

This commit is contained in:
2026-09-01 17:04:25 +12:00
parent b3c41f6dea
commit 7ed0f4b103
7 changed files with 228 additions and 55 deletions
-5
View File
@@ -1174,11 +1174,6 @@ 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>}