Skip to content

Commit

Permalink
fix: Merge pull request #260 from UniversalDataTool/fix/upload-s3
Browse files Browse the repository at this point in the history
Fix for upload to s3
  • Loading branch information
seveibar committed Aug 18, 2020
2 parents 51591f8 + c8b5a82 commit 8cb6838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UploadToS3Dialog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const UploadToS3Dialog = ({ open, onClose, onAddSamples }) => {
}
loadS3Path()
// eslint-disable-next-line
}, [s3Path, listBuckets, listBucketItemsAt])
}, [open, s3Path, listBuckets, listBucketItemsAt])
if (!open) return null
return (
<SimpleDialog
Expand Down

0 comments on commit 8cb6838

Please sign in to comment.