Skip to content

Commit ee89813

Browse files
committed
Set metadataDocument on file import
1 parent 5596b67 commit ee89813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/import/ImportFile.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ImportFile extends React.PureComponent {
2323
return (
2424
<ImportFileWizard
2525
onSuccess={(response) => history.push(`/job/${response.data.jobId}`)}
26-
initialValues={{ fileId }}
26+
initialValues={{ fileId, metadataDocument: {} }}
2727
{...props}
2828
/>
2929
);

0 commit comments

Comments
 (0)