Skip to content

Commit f8dbb71

Browse files
committed
fix if
1 parent c731756 commit f8dbb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FormPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ function FormPage() {
929929
return;
930930
}
931931

932-
if (s3SelectionType === "existing") {
932+
if (checkedS3Storage && s3SelectionType === "existing") {
933933
if (Object.keys(s3values).length === 0) {
934934
setError(`No existing S3 bucket was found, please choose option 'New'`);
935935
return;

0 commit comments

Comments
 (0)