File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
ui/src/components/LegacyCms/Actions Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ const LoadPreFix = (props: LoadSelectCmsProps) => {
2929
3030 const dispatch = useDispatch ( ) ;
3131
32- const [ prefix , setPrefix ] = useState < string > ( newMigrationData ?. legacy_cms ?. affix || 'cs' ) ;
3332 const [ prefix , setPrefix ] = useState < string > ( newMigrationData ?. legacy_cms ?. affix || 'cs' ) ;
3433
3534 const [ isError , setIsError ] = useState < boolean > ( false ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ export default {
22 plan : {
33 dropdown : { optionLimit : 100 }
44 } ,
5- cmsType : process . env . CMS_TYPE || 'aem ' ,
5+ cmsType : process . env . CMS_TYPE || 'cmsType ' ,
66 isLocalPath : true ,
77 awsData : {
88 awsRegion : 'us-east-2' ,
@@ -12,5 +12,5 @@ export default {
1212 bucketName : '' ,
1313 bucketKey : ''
1414 } ,
15- localPath : process . env . CONTAINER_PATH || '/Users/yash.shinde/Documents/Migration/Expample-Data/AEM/aem_data_structure/templates '
15+ localPath : process . env . CONTAINER_PATH || 'localPath '
1616} ;
You can’t perform that action at this time.
0 commit comments