Invite user modal in view mode can be closed by clicking outside (#906)

This commit is contained in:
Aditya Vats 2020-10-04 00:48:54 +05:30 committed by GitHub
parent 052bd2a5e3
commit 30378638a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,6 +214,7 @@ export const AppViewerHeader = (props: AppViewerHeaderProps) => {
orgId={currentOrgId}
applicationId={currentApplicationDetails.id}
title={currentApplicationDetails.name}
canOutsideClickClose={true}
/>
{CTA}
</>