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-15 09:14:21 +01:00
parent c3507cebc3
commit 1aa2ff7c76

View File

@ -31,7 +31,7 @@ export default class Files extends PureComponent<FilesProps, FilesStates> {
}
public addItem = (value: string) => {
this.props.files.push({url: value})
this.props.files.push({ url: value })
// this.props.resetForm()
this.setState({ isFormShown: !this.state.isFormShown })
}