Skip to content
Snippets Groups Projects
Commit 17a7f594 authored by Alf Eaton's avatar Alf Eaton
Browse files

Add SupplementaryFiles section

parent 476ca1bf
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,6 @@ export { default as Radio } from './atoms/Radio'
export { default as Tags } from './atoms/Tags'
export { default as AppBar } from './molecules/AppBar'
export { default as CheckboxGroup } from './molecules/CheckboxGroup'
export { default as Files } from './molecules/Files'
export { default as RadioGroup } from './molecules/RadioGroup'
export { default as YesOrNo } from './molecules/YesOrNo'
......@@ -21,7 +21,6 @@ class Files extends React.Component {
const { uploadFile } = this.props
const { uploads } = this.state
Array.from(event.target.files).forEach(file => {
uploads.push({
file,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment