Skip to content

Commit

Permalink
fix(Form): buttonConfig by optional
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyG83 committed Jan 25, 2022
1 parent d02db18 commit c8efcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Form/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface FormProps {
/**
* Pass all the props a button could use
*/
buttonConfig: ButtonProps;
buttonConfig?: ButtonProps;

/**
* when the form passes validation the data is returned
Expand Down

0 comments on commit c8efcd7

Please sign in to comment.