mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-09 06:06:19 +02:00
lint fix.
This commit is contained in:
parent
74ab7c9bb3
commit
a69cc9169f
@ -122,7 +122,8 @@ export default React.createClass({
|
||||
_onEditClick: function(e) {
|
||||
console.log("Edit widget ID ", this.props.id);
|
||||
const IntegrationsManager = sdk.getComponent("views.settings.IntegrationsManager");
|
||||
const src = this._scalarClient.getScalarInterfaceUrlForRoom(this.props.room.roomId, 'type_' + this.props.type, this.props.id);
|
||||
const src = this._scalarClient.getScalarInterfaceUrlForRoom(
|
||||
this.props.room.roomId, 'type_' + this.props.type, this.props.id);
|
||||
Modal.createTrackedDialog('Integrations Manager', '', IntegrationsManager, {
|
||||
src: src,
|
||||
}, "mx_IntegrationsManager");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user