diff --git a/src/components/Buttons/SubmitButton.jsx b/src/components/Buttons/SubmitButton.jsx index 0513db2a..a7f8e300 100644 --- a/src/components/Buttons/SubmitButton.jsx +++ b/src/components/Buttons/SubmitButton.jsx @@ -20,8 +20,9 @@ export const SubmitButton = ({ isLoading, isSuccess, disabled = false, - className, variant = "standard", + type = "submit", + className, children, ...rest }) => { @@ -44,6 +45,7 @@ export const SubmitButton = ({ return (