mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
fix
This commit is contained in:
parent
424ecc350f
commit
ad9720850a
@ -57,8 +57,7 @@ class Publish extends Component<{}, PublishState> {
|
|||||||
options={value.options}
|
options={value.options}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
rows={value.rows}
|
rows={value.rows}
|
||||||
// value={this.state[key]}
|
value={(this.state as any)[key]}
|
||||||
// value={this.state.files[0]}
|
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user