mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-18 22:48:21 +00:00
Toast position fixed (#4401)
* Toast position fixed * Update ManageOrgUsers.jsx
This commit is contained in:
parent
12d1036010
commit
6a47e893cb
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ class ManageOrgUsersComponent extends React.Component {
|
|||
|
||||
invitationLinkCopyHandler = () => {
|
||||
toast.success('Invitation URL copied', {
|
||||
position: 'bottom-right',
|
||||
position: 'top-center',
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue