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

@@ -77,7 +77,7 @@ export default function UserEdit({ userId }: UserEditProps) {
<Form.Item
label={t('tenant')}
name="tenant"
name="bindTenantId"
rules={[{ required: true, message: t('tenantMessage') }]}
>
<Input />