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

Fix regression on widget panel edit button
pull/21833/head
Jason Robinson 2019-08-20 17:43:09 +03:00 committed by GitHub
commit 3c1adf62af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
); );
} }