Skip to content

Commit

Permalink
Fixing table page
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanksdesign committed Nov 17, 2021
1 parent 5e02646 commit fd6a779
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/src/components/TablePropControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ export const TablePropControls: TablePropControlsInterface = ({
name="highlightonhover"
value="false"
checked={highlightOnHover}
label="highlightOnHover"
onChange={(e) => setHighlightOnHover(e.target.checked)}
>
highlightOnHover
</CheckboxField>
/>
<FieldLabeler id="size">
<SelectField
id="size"
Expand Down

0 comments on commit fd6a779

Please sign in to comment.