Merge pull request #3844 from hkosova/bearer-dialog-fix

Removed redundant "In:" label from Bearer auth dialog
This commit is contained in:
kyle
2017-11-02 17:05:19 -07:00
committed by GitHub

View File

@@ -108,9 +108,6 @@ export default class HttpAuth extends React.Component {
<Row>
<Markdown source={ schema.get("description") } />
</Row>
<Row>
<p>In: <code>{ schema.get("in") }</code></p>
</Row>
<Row>
<label>Value:</label>
{