Skip to content

Commit

Permalink
fix: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hpierre74 committed Jan 28, 2022
1 parent aa8b640 commit 0bd341c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/

## :memo: Licence

Copyright © 2021 [BedrockStreaming](https://github.com/BedrockStreaming).<br />
Copyright © 2022 [BedrockStreaming](https://github.com/BedrockStreaming).<br />
This project is [MIT](https://github.com/BedrockStreaming/forms/blob/master/LICENSE) licensed.

---
Expand Down
1 change: 1 addition & 0 deletions libs/form-builder/src/lib/formBuilder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export function FormBuilder({
<>
<form
data-testid="form-builder"
aria-labelledby="form-label-element-id"
{...formProps}
onSubmit={handleSubmit(onSubmit)}
>
Expand Down

0 comments on commit 0bd341c

Please sign in to comment.