This commit is contained in:
Anna Bodnia
2017-04-20 19:54:14 +03:00
parent 7790383ba6
commit 84b408849d
9 changed files with 63 additions and 57 deletions

View File

@@ -64,11 +64,10 @@ export default class ApiKeyAuth extends React.Component {
</Row>
<Row>
<label>Value:</label>
<Col>
{
value || <Input type="text" onChange={ this.onChange }/>
}
</Col>
{
value ? <code> ****** </code>
: <Col><Input type="text" onChange={ this.onChange }/></Col>
}
</Row>
{
errors.valueSeq().map( (error, key) => {