mirror of https://github.com/vector-im/riot-web
Add missing type
parent
b9001c3e11
commit
615a432eda
|
@ -66,7 +66,7 @@ export default class WidgetOpenIDPermissionsDialog extends React.PureComponent<I
|
||||||
this.props.onFinished(allowed);
|
this.props.onFinished(allowed);
|
||||||
}
|
}
|
||||||
|
|
||||||
private onRememberSelectionChange = (newVal) => {
|
private onRememberSelectionChange = (newVal: boolean) => {
|
||||||
this.setState({ rememberSelection: newVal });
|
this.setState({ rememberSelection: newVal });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue