Toast position fixed (#4401)

* Toast position fixed

* Update ManageOrgUsers.jsx
This commit is contained in:
Gagan Deep 2022-10-24 23:44:59 +05:30 committed by GitHub
parent 12d1036010
commit 6a47e893cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,7 @@ class ManageOrgUsersComponent extends React.Component {
invitationLinkCopyHandler = () => {
toast.success('Invitation URL copied', {
position: 'bottom-right',
position: 'top-center',
});
};