1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00
This commit is contained in:
Jernej Pregelj 2019-02-08 10:04:12 +01:00
parent 424ecc350f
commit ad9720850a

View File

@ -57,8 +57,7 @@ class Publish extends Component<{}, PublishState> {
options={value.options}
onChange={onChange}
rows={value.rows}
// value={this.state[key]}
// value={this.state.files[0]}
value={(this.state as any)[key]}
/>
)
})