Skip to content

Commit

Permalink
UILD-469: Clear comparison selection fix (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
SKarolFolio authored Jan 14, 2025
1 parent c5819b6 commit 6117130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Comparison/Comparison.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const Comparison = () => {
<Button
data-testid="clear-comparison-selections"
type={ButtonType.Icon}
onClick={resetPreviewContent}
onClick={handleCloseComparison}
disabled={!previewContent.length}
className="nav-close"
>
Expand Down

0 comments on commit 6117130

Please sign in to comment.