mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
linting
This commit is contained in:
parent
c3507cebc3
commit
1aa2ff7c76
@ -31,7 +31,7 @@ export default class Files extends PureComponent<FilesProps, FilesStates> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public addItem = (value: string) => {
|
public addItem = (value: string) => {
|
||||||
this.props.files.push({url: value})
|
this.props.files.push({ url: value })
|
||||||
// this.props.resetForm()
|
// this.props.resetForm()
|
||||||
this.setState({ isFormShown: !this.state.isFormShown })
|
this.setState({ isFormShown: !this.state.isFormShown })
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user