We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996a8c6 commit 08c8a61Copy full SHA for 08c8a61
src/components/UploadToS3Dialog/index.js
@@ -65,7 +65,7 @@ export const UploadToS3Dialog = ({ open, onClose, onAddSamples }) => {
65
loadS3Path()
66
// eslint-disable-next-line
67
}, [s3Path, listBuckets, listBucketItemsAt])
68
- if (!open) return
+ if (!open) return null
69
return (
70
<SimpleDialog
71
onClose={onClose}
0 commit comments