We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c731756 commit f8dbb71Copy full SHA for f8dbb71
src/FormPage.jsx
@@ -929,7 +929,7 @@ function FormPage() {
929
return;
930
}
931
932
- if (s3SelectionType === "existing") {
+ if (checkedS3Storage && s3SelectionType === "existing") {
933
if (Object.keys(s3values).length === 0) {
934
setError(`No existing S3 bucket was found, please choose option 'New'`);
935
0 commit comments