Merge pull request #1310 from matrix-org/t3chguy/hotfix1

hotfix bad fn signature regression
pull/21833/head
David Baker 2017-08-17 17:31:55 +01:00 committed by GitHub
commit 91fe308f06
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export default class DevicesPanelEntry extends React.Component {
// pop up an interactive auth dialog
var InteractiveAuthDialog = sdk.getComponent("dialogs.InteractiveAuthDialog");
Modal.createTrackedDialog('Delete Device Dialog', InteractiveAuthDialog, {
Modal.createTrackedDialog('Delete Device Dialog', '', InteractiveAuthDialog, {
title: _t("Authentication"),
matrixClient: MatrixClientPeg.get(),
authData: error.data,