mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Add missing type
This commit is contained in:
parent
b9001c3e11
commit
615a432eda
@ -66,7 +66,7 @@ export default class WidgetOpenIDPermissionsDialog extends React.PureComponent<I
|
||||
this.props.onFinished(allowed);
|
||||
}
|
||||
|
||||
private onRememberSelectionChange = (newVal) => {
|
||||
private onRememberSelectionChange = (newVal: boolean) => {
|
||||
this.setState({ rememberSelection: newVal });
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user