feat(AccountPage): add destroyOnHidden to ContentDrawer and fix tenant and login

This commit is contained in:
2025-06-24 16:29:19 +05:00
parent e5dfdc3464
commit 448e4264a5
3 changed files with 3 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ export default function AccountsPage() {
</div>
<div style={{ display: 'flex', flexDirection: 'column' }}>
<div>{record.name}</div>
<div style={{ color: '#606060' }}>{record.email}</div>
<div style={{ color: '#606060' }}>{record.login}</div>
</div>
</div>
),