mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 01:20:32 +00:00
[terms and conditions] fixup for the 'name' input in the 'add' dialog; handled 'long text' preview (#6328)
This commit is contained in:
@@ -42,7 +42,7 @@ class AddOrUpdateTermDialog extends React.Component {
|
||||
}
|
||||
|
||||
handleNameChange = (e) => {
|
||||
this.setState({name: e.target.value.trim()});
|
||||
this.setState({name: e.target.value});
|
||||
};
|
||||
|
||||
handleVersionNumberChange = (e) => {
|
||||
|
Reference in New Issue
Block a user