mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
add help to checkbox
This commit is contained in:
@@ -53,7 +53,7 @@ class InputField extends React.Component<Props> {
|
||||
}
|
||||
else
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
||||
handleKeyPress = (event: SyntheticKeyboardEvent<HTMLInputElement>) => {
|
||||
const onReturnPressed = this.props.onReturnPressed;
|
||||
|
||||
Reference in New Issue
Block a user