Skip to content

Commit

Permalink
fix checkbox example
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliott committed Oct 10, 2024
1 parent 6aa3fec commit 8d357ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/components/checkbox/Checkbox.example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const CheckboxExample: React.ReactNode = <div>
description="Je suis la description de la checkbox"
disabled
horizontalTile
iconTile="tri-watch"
iconTile="tri-alert"
label="Checkbox tile horizontal disabled"
name="checkbox"

Check failure on line 70 in packages/react/components/checkbox/Checkbox.example.tsx

View workflow job for this annotation

GitHub Actions / build

Unexpected empty function 'noRefCheck'
onClick={function noRefCheck() { }}
Expand Down

0 comments on commit 8d357ec

Please sign in to comment.