Skip to content

Commit

Permalink
docs(data-table): switch checkboxes to uncontrolled (#7175)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
joshblack and kodiakhq[bot] authored Oct 30, 2020
1 parent 9159353 commit 76162dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/DataTable/DataTable-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ export const WithCheckmarkColumns = () => {
className={`la-${cell.info.header}`}>
<Checkbox
id={'check-' + cell.id}
checked={cell.value}
hideLabel
labelText="checkbox"
/>
Expand Down

0 comments on commit 76162dd

Please sign in to comment.