diff --git a/frontend/src/ManageOrgUsers/ManageOrgUsers.jsx b/frontend/src/ManageOrgUsers/ManageOrgUsers.jsx index 60ee067807..bfaa733b01 100644 --- a/frontend/src/ManageOrgUsers/ManageOrgUsers.jsx +++ b/frontend/src/ManageOrgUsers/ManageOrgUsers.jsx @@ -5,6 +5,7 @@ import { Header } from '@/_components'; import { toast } from 'react-toastify'; import { history } from '@/_helpers'; import { CopyToClipboard } from 'react-copy-to-clipboard'; +import ReactTooltip from 'react-tooltip'; class ManageOrgUsers extends React.Component { constructor(props) { @@ -150,6 +151,7 @@ class ManageOrgUsers extends React.Component { return (
+
@@ -310,12 +312,16 @@ class ManageOrgUsers extends React.Component { text={this.generateInvitationURL(user)} onCopy={this.invitationLinkCopyHandler} > - + ) : ( ''