Skip to content

Commit

Permalink
Fix LegendProps
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Feb 27, 2019
1 parent e520287 commit 80006ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/form_label/form_label.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type LabelProps = {
LabelHTMLAttributes<HTMLLabelElement>;

type LegendProps = {
type?: 'legend';
type: 'legend';
} & EuiFormLabelCommonProps &
HTMLAttributes<HTMLLegendElement>;

Expand Down

0 comments on commit 80006ae

Please sign in to comment.