Skip to content

Commit

Permalink
fix: add missing <Form.Row>
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Dec 3, 2024
1 parent 6d30fee commit 091e769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const Form = BootstrapForm as any as ComponentWithAsProp<'form', FormProps> & {
AutosuggestOption: typeof FormAutosuggestOption;
Checkbox: typeof FormCheckbox;
CheckboxSet: typeof FormCheckboxSet;
Row: typeof BootstrapForm.Row;
Switch: typeof FormSwitch;
SwitchSet: typeof FormSwitchSet;
Label: typeof FormLabel;
Expand Down

0 comments on commit 091e769

Please sign in to comment.