Merge pull request #3329 from matrix-org/jaywink/fix-widget-edit-button

Fix regression on widget panel edit button
This commit is contained in:
Jason Robinson
2019-08-20 17:43:09 +03:00
committed by GitHub

View File

@@ -266,7 +266,7 @@ export default class AppTile extends React.Component {
// TODO: Open the right manager for the widget
IntegrationManagers.sharedInstance().getPrimaryManager().open(
this.props.room,
this.props.type,
'type_' + this.props.type,
this.props.id,
);
}