This commit is contained in:
Michael Telatynski 2021-06-08 16:40:01 +01:00
parent 90bb7c1482
commit 54241f44c2
3 changed files with 1 additions and 3 deletions

View file

@ -121,7 +121,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
if (refreshWhenTypes.includes(e.getType())) this.forceUpdate();
};
private onEncryptionChange = (e: React.ChangeEvent) => {
private onEncryptionChange = () => {
Modal.createTrackedDialog('Enable encryption', '', QuestionDialog, {
title: _t('Enable encryption?'),
description: _t(