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:
@@ -141,7 +141,6 @@ export const PreviewLibraryXBlockChanges = ({
|
||||
if (blockData.isContainer) {
|
||||
return (
|
||||
<CompareContainersWidget
|
||||
title={blockData.displayName}
|
||||
upstreamBlockId={blockData.upstreamBlockId}
|
||||
downstreamBlockId={blockData.downstreamBlockId}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user