fix: show before and after title in diff preview (#2509)

Fix display of Before and After display name in section/subsection sync preview modal.
This commit is contained in:
Navin Karkera
2025-10-08 01:22:22 +05:30
committed by GitHub
parent 8fe5fb6a20
commit c4a439df47
7 changed files with 81 additions and 43 deletions

View File

@@ -141,7 +141,6 @@ export const PreviewLibraryXBlockChanges = ({
if (blockData.isContainer) {
return (
<CompareContainersWidget
title={blockData.displayName}
upstreamBlockId={blockData.upstreamBlockId}
downstreamBlockId={blockData.downstreamBlockId}
/>