Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
copilot suggestions added
  • Loading branch information
sayalijoshi27 committed Nov 4, 2025
commit d12b956a91ad169b770577c8ad190f0c1c5c2ad3
9 changes: 2 additions & 7 deletions ui/src/components/ContentMapper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2115,8 +2115,7 @@ const ContentMapper = forwardRef(({ handleStepChange }: contentMapperProps, ref:
position: 'bottom-center',
hideProgressBar: true
},
type: 'success',
autoClose: 2
type: 'success'
});

try {
Expand Down Expand Up @@ -2370,7 +2369,6 @@ const ContentMapper = forwardRef(({ handleStepChange }: contentMapperProps, ref:
console.error(err);
return err;
}

}
} catch (error) {
console.error(error);
Expand All @@ -2384,13 +2382,10 @@ const ContentMapper = forwardRef(({ handleStepChange }: contentMapperProps, ref:
...newMigrationData?.content_mapping,
[isContentType ? 'existingCT' : 'existingGlobal']: contentTypes,
content_type_mapping: updatedContentTypeMapping

}

}
dispatch(updateNewMigrationData(newMigrationDataObj));

}
};

const columns = [
{
Expand Down