mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
repair dialog-ui detail
This commit is contained in:
@@ -155,9 +155,9 @@ class CreateRepoDialog 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('newName')}
|
||||
value={this.state.repoName}
|
||||
onChange={this.handleRepoNameChange}
|
||||
/>
|
||||
@@ -186,7 +186,7 @@ class CreateRepoDialog extends React.Component {
|
||||
/>
|
||||
</FormGroup>
|
||||
<FormGroup>
|
||||
<Label for="passwd2">{gettext('Password again')}: </Label>
|
||||
<Label for="passwd2">{gettext('Password again')}</Label>
|
||||
<Input
|
||||
id="passwd2"
|
||||
type="password"
|
||||
|
Reference in New Issue
Block a user