Skip to content

Commit 172c21e

Browse files
committed
dev merged
1 parent 041ac1c commit 172c21e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ui/src/components/LegacyCms/Actions/LoadPrefix.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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);

upload-api/src/config/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)