Remove simulated error state used for screenshot
parent
b9852c7264
commit
8b6a5d37aa
|
@ -299,8 +299,8 @@ export default class DMInviteDialog extends React.PureComponent {
|
||||||
tryingIdentityServer: false,
|
tryingIdentityServer: false,
|
||||||
|
|
||||||
// These two flags are used for the 'Go' button to communicate what is going on.
|
// These two flags are used for the 'Go' button to communicate what is going on.
|
||||||
busy: true,
|
busy: false,
|
||||||
errorText: _t("We couldn't create your DM. Please check the users you want to invite and try again."),
|
errorText: null,
|
||||||
};
|
};
|
||||||
|
|
||||||
this._editorRef = createRef();
|
this._editorRef = createRef();
|
||||||
|
|
Loading…
Reference in New Issue