mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 19:08:21 +00:00
delete placeholder
This commit is contained in:
@@ -112,10 +112,9 @@ class CreateFile extends React.Component {
|
||||
<FormGroup>
|
||||
<Label for="fileName">{gettext('Name')}</Label>
|
||||
<Input
|
||||
id="fileName"
|
||||
onKeyPress={this.handleKeyPress}
|
||||
innerRef={input => {this.newInput = input;}}
|
||||
id="fileName"
|
||||
placeholder={gettext('new name')}
|
||||
value={this.state.childName}
|
||||
onChange={this.handleChange}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user