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,
|
name,
|
||||||
required,
|
required,
|
||||||
onChange,
|
onChange,
|
||||||
value,
|
value
|
||||||
rows
|
|
||||||
} = this.props
|
} = this.props
|
||||||
|
|
||||||
const wrapClass = this.inputWrapClasses()
|
const wrapClass = this.inputWrapClasses()
|
||||||
@ -119,7 +118,7 @@ export default class Input extends PureComponent<InputProps, InputState> {
|
|||||||
className={styles.input}
|
className={styles.input}
|
||||||
onFocus={this.toggleFocus}
|
onFocus={this.toggleFocus}
|
||||||
onBlur={this.toggleFocus}
|
onBlur={this.toggleFocus}
|
||||||
rows={rows}
|
{...this.props}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user