mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-22 03:47:09 +00:00
delete placeholder
This commit is contained in:
@@ -62,7 +62,6 @@ class CreateForder extends React.Component {
|
||||
<Label for="folderName">{gettext('Name')}</Label>
|
||||
<Input
|
||||
id="folderName"
|
||||
placeholder={gettext('new name')}
|
||||
value={this.state.childName}
|
||||
innerRef={input => {this.newInput = input;}}
|
||||
onKeyPress={this.handleKeyPress}
|
||||
|
Reference in New Issue
Block a user