mirror of https://github.com/vector-im/riot-web
Merge pull request #543 from matrix-org/luke/feature-show-integration-error-popup
Show the error that occured when trying to reach scalarpull/21833/head
commit
5a61a1e6e1
|
@ -681,7 +681,7 @@ module.exports = React.createClass({
|
||||||
console.error(this.state.scalar_error);
|
console.error(this.state.scalar_error);
|
||||||
integrationsError = (
|
integrationsError = (
|
||||||
<span className="mx_RoomSettings_integrationsButton_errorPopup">
|
<span className="mx_RoomSettings_integrationsButton_errorPopup">
|
||||||
{ this.state.scalar_error.message }
|
Could not connect to the integration server
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue