Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ba35ca3

Browse files
t3chguydbkr
authored andcommitted
hotfix bad fn signature regression
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 687f491 commit ba35ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/settings/DevicesPanelEntry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default class DevicesPanelEntry extends React.Component {
7171
// pop up an interactive auth dialog
7272
var InteractiveAuthDialog = sdk.getComponent("dialogs.InteractiveAuthDialog");
7373

74-
Modal.createTrackedDialog('Delete Device Dialog', InteractiveAuthDialog, {
74+
Modal.createTrackedDialog('Delete Device Dialog', '', InteractiveAuthDialog, {
7575
title: _t("Authentication"),
7676
matrixClient: MatrixClientPeg.get(),
7777
authData: error.data,

0 commit comments

Comments
 (0)