People.Client: Invite dialog: fix

This commit is contained in:
Daniil Senkiv 2019-09-17 10:09:14 +03:00
parent e62511f472
commit 093c786b86

View File

@ -104,7 +104,6 @@ class PureInviteDialog extends React.Component {
peopleInvitationLink: res.data.response,
isLoading: false
});
this.onCopyLinkToClipboard();
})
.catch(e => {
console.error("getInvitationLinkPeople error", e);