Skip to content

Commit

Permalink
fix: remove formId prop from FormSubmitButton component
Browse files Browse the repository at this point in the history
  • Loading branch information
seonghunYang committed Dec 23, 2024
1 parent 364ace7 commit 9232dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/view/molecule/form/form-submit-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function FormSubmitButton({
<Button
loading={pending}
aria-label="submit-button"
form={formId}
// form={formId}
size={size}
variant={variant}
type="submit"
Expand Down

0 comments on commit 9232dc4

Please sign in to comment.