File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ const Migration = () => {
224224 ...newMigrationData ?. legacy_cms ,
225225 selectedCms : selectedCmsData ,
226226 selectedFileFormat : selectedFileFormatData ,
227- affix : projectData ?. legacy_cms ?. affix ?? newMigrationData ?. legacy_cms ?. affix ,
227+ affix : projectData ?. legacy_cms ?. affix ,
228228 uploadedFile : {
229229 file_details : {
230230 localPath : projectData ?. legacy_cms ?. file_path ,
@@ -235,7 +235,7 @@ const Migration = () => {
235235 } ,
236236 isLocalPath : projectData ?. legacy_cms ?. is_localPath
237237 } ,
238- isValidated : projectData ?. legacy_cms ?. is_fileValid || newMigrationData ?. legacy_cms ?. uploadedFile ?. isValidated ,
238+ isValidated : projectData ?. legacy_cms ?. is_fileValid ,
239239 reValidate : newMigrationData ?. legacy_cms ?. uploadedFile ?. reValidate
240240 } ,
241241 isFileFormatCheckboxChecked : true ,
You can’t perform that action at this time.
0 commit comments