mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
unbreak inviting :(
This commit is contained in:
parent
ec9243d4b0
commit
3bedad69cd
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ module.exports = React.createClass({
|
||||||
if (inputs.length == 1) {
|
if (inputs.length == 1) {
|
||||||
// for a single address, we just send the invite
|
// for a single address, we just send the invite
|
||||||
promise.done(() => {
|
promise.done(() => {
|
||||||
this.doInvite(inputs[0]);
|
this._doInvite(inputs[0]);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// if there are several, display the confirmation/progress dialog
|
// if there are several, display the confirmation/progress dialog
|
||||||
|
|
Loading…
Reference in a new issue