mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
Add a back button to the devtools verifications panel
This commit is contained in:
parent
02ed921d57
commit
61c6c8de45
1 changed files with 3 additions and 0 deletions
|
@ -696,6 +696,9 @@ class VerificationExplorer extends React.Component {
|
|||
<VerificationRequest txnId={txnId} request={request} key={txnId} />,
|
||||
)}
|
||||
</div>
|
||||
<div className="mx_Dialog_buttons">
|
||||
<button onClick={this.props.onBack}>{_t("Back")}</button>
|
||||
</div>
|
||||
</div>);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue