mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
Merge pull request #120 from oceanprotocol/fix/publish
Fix publish step 2
This commit is contained in:
commit
4b806939e8
@ -79,8 +79,7 @@ export default class Input extends PureComponent<InputProps, InputState> {
|
||||
name,
|
||||
required,
|
||||
onChange,
|
||||
value,
|
||||
rows
|
||||
value
|
||||
} = this.props
|
||||
|
||||
const wrapClass = this.inputWrapClasses()
|
||||
@ -119,7 +118,7 @@ export default class Input extends PureComponent<InputProps, InputState> {
|
||||
className={styles.input}
|
||||
onFocus={this.toggleFocus}
|
||||
onBlur={this.toggleFocus}
|
||||
rows={rows}
|
||||
{...this.props}
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user