mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Remove simulated error state used for screenshot
This commit is contained in:
parent
b9852c7264
commit
8b6a5d37aa
1 changed files with 2 additions and 2 deletions
|
@ -299,8 +299,8 @@ export default class DMInviteDialog extends React.PureComponent {
|
|||
tryingIdentityServer: false,
|
||||
|
||||
// These two flags are used for the 'Go' button to communicate what is going on.
|
||||
busy: true,
|
||||
errorText: _t("We couldn't create your DM. Please check the users you want to invite and try again."),
|
||||
busy: false,
|
||||
errorText: null,
|
||||
};
|
||||
|
||||
this._editorRef = createRef();
|
||||
|
|
Loading…
Reference in a new issue