From ae55d443edf17ffa7a48586f5af90809ffda8ee8 Mon Sep 17 00:00:00 2001 From: AlejoYarce Date: Sat, 7 Dec 2024 16:39:54 -0500 Subject: [PATCH] QualitativeLegend Component --- src/components/Legend/Qualitative/QualitativeDemo.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Legend/Qualitative/QualitativeDemo.tsx b/src/components/Legend/Qualitative/QualitativeDemo.tsx index 5851921..5513825 100644 --- a/src/components/Legend/Qualitative/QualitativeDemo.tsx +++ b/src/components/Legend/Qualitative/QualitativeDemo.tsx @@ -17,6 +17,7 @@ const QualitativeLegendDemo = () => ( type='line' label='Attribute' color='#238B45' + onActionClick={() => console.log('click')} showActionButton />