Skip to content

Commit

Permalink
fix: Assigned file values directly
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Nov 14, 2023
1 parent 732c5f7 commit 180ede0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sharedData/components/SharedDataUpload/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ const SharedDataUpload = props => {
props: {
[entityType]: owner.slug,
[ILM_OUTPUT_PROP]: RESULTS_ANALYSIS_IMPACT,
size,
type,
size: file.size,
type: file.type,
success: result.status === 'fulfilled',
},
});
Expand Down

0 comments on commit 180ede0

Please sign in to comment.