mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
add help text
This commit is contained in:
parent
475cade27f
commit
85ffae37d1
@ -68,6 +68,7 @@ export default class ItemForm extends PureComponent<
|
||||
placeholder={this.props.placeholder}
|
||||
value={url}
|
||||
onChange={this.onChangeUrl}
|
||||
help="Supported protocols are http(s):// and ipfs://"
|
||||
/>
|
||||
|
||||
<Button onClick={(e: Event) => this.handleSubmit(e)}>
|
||||
|
Loading…
Reference in New Issue
Block a user