File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
client/src/features/project/components/cloudStorage Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,8 @@ export default function CloudStorageModal({
389389 storageDetails . sourcePath &&
390390 storageDetails . options &&
391391 Object . values ( storageDetails . options ) . every ( ( v ) => v )
392- ) ) ;
392+ ) ) ||
393+ false ;
393394
394395 const isAddResultLoading = addResult . isLoading || addResultV2 . isLoading ;
395396 const isModifyResultLoading =
Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ export function AddCloudStorageBodyContent({
122122 storageDetails,
123123 storageId,
124124 success,
125- disableContinueButton,
126125} : AddCloudStorageBodyContentProps ) {
127126 if ( redraw ) return < Loader /> ;
128127 if ( success )
@@ -144,7 +143,6 @@ export function AddCloudStorageBodyContent({
144143 setStorage = { setStorageDetailsSafe }
145144 state = { state }
146145 storage = { storageDetails }
147- disableContinueButton = { disableContinueButton }
148146 />
149147 ) ;
150148 }
You can’t perform that action at this time.
0 commit comments