Invite user modal in view mode can be closed by clicking outside (#906)
This commit is contained in:
parent
052bd2a5e3
commit
30378638a3
|
|
@ -214,6 +214,7 @@ export const AppViewerHeader = (props: AppViewerHeaderProps) => {
|
||||||
orgId={currentOrgId}
|
orgId={currentOrgId}
|
||||||
applicationId={currentApplicationDetails.id}
|
applicationId={currentApplicationDetails.id}
|
||||||
title={currentApplicationDetails.name}
|
title={currentApplicationDetails.name}
|
||||||
|
canOutsideClickClose={true}
|
||||||
/>
|
/>
|
||||||
{CTA}
|
{CTA}
|
||||||
</>
|
</>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user