Skip to content

Commit 6117130

Browse files
authored
UILD-469: Clear comparison selection fix (#72)
1 parent c5819b6 commit 6117130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Comparison/Comparison.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const Comparison = () => {
6161
<Button
6262
data-testid="clear-comparison-selections"
6363
type={ButtonType.Icon}
64-
onClick={resetPreviewContent}
64+
onClick={handleCloseComparison}
6565
disabled={!previewContent.length}
6666
className="nav-close"
6767
>

0 commit comments

Comments
 (0)