Skip to content

Commit

Permalink
Toast position fixed (ToolJet#4401)
Browse files Browse the repository at this point in the history
* Toast position fixed

* Update ManageOrgUsers.jsx
  • Loading branch information
gagandeepp authored Oct 24, 2022
1 parent 12d1036 commit 6a47e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ManageOrgUsers/ManageOrgUsers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class ManageOrgUsersComponent extends React.Component {

invitationLinkCopyHandler = () => {
toast.success('Invitation URL copied', {
position: 'bottom-right',
position: 'top-center',
});
};

Expand Down

0 comments on commit 6a47e89

Please sign in to comment.