mirror of
https://github.com/element-hq/element-web
synced 2024-10-29 22:17:51 +03:00
fixup after rebase
This commit is contained in:
parent
0f415038be
commit
9e4b65de6a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export default class MKeyVerificationRequest extends React.Component {
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
action: "set_right_panel_phase",
|
action: "set_right_panel_phase",
|
||||||
phase: RIGHT_PANEL_PHASES.EncryptionPanel,
|
phase: RIGHT_PANEL_PHASES.EncryptionPanel,
|
||||||
verificationRequest: request,
|
refireParams: {verificationRequest: request},
|
||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error(err.message);
|
console.error(err.message);
|
||||||
|
|
Loading…
Reference in a new issue