feat(AccountPage): add destroyOnHidden to ContentDrawer and fix tenant and login
This commit is contained in:
@@ -160,6 +160,7 @@ export default function ContentDrawer({
|
||||
placement="right"
|
||||
open={open}
|
||||
width={width}
|
||||
destroyOnHidden={true}
|
||||
closable={false}
|
||||
>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user