Skip to content

Commit

Permalink
fix: checkbox invalid props
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynethiessen committed Jan 4, 2024
1 parent ae3e2e6 commit 3db2c0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/controls/src/inputs/TableInput/CheckboxEditCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export function CheckboxEditCell<D extends Record<string, unknown>>(options?: Ch

return (
<Checkbox
fluid
transparent
{...inputProps}
checked={value}
onChange={(ev, v) => {
Expand Down

0 comments on commit 3db2c0d

Please sign in to comment.