Skip to content

Commit

Permalink
💩 Add empty onChange for OptionDrawer Checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mariush2 committed Jan 14, 2025
1 parent a0bac7e commit ab93292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/molecules/OptionDrawer/OptionDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ export const OptionDrawer = <
checked={status === 'CHECKED'}
color="secondary"
disabled={!!item.disabled}
onChange={() => null}
/>
{item.label}
</StyledOption>
Expand Down

0 comments on commit ab93292

Please sign in to comment.