mirror of https://github.com/vector-im/riot-web
Merge pull request #3329 from matrix-org/jaywink/fix-widget-edit-button
Fix regression on widget panel edit buttonpull/21833/head
commit
3c1adf62af
|
@ -266,7 +266,7 @@ export default class AppTile extends React.Component {
|
||||||
// TODO: Open the right manager for the widget
|
// TODO: Open the right manager for the widget
|
||||||
IntegrationManagers.sharedInstance().getPrimaryManager().open(
|
IntegrationManagers.sharedInstance().getPrimaryManager().open(
|
||||||
this.props.room,
|
this.props.room,
|
||||||
this.props.type,
|
'type_' + this.props.type,
|
||||||
this.props.id,
|
this.props.id,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue