Skip to content

Commit

Permalink
switch back to handlesubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
lauren-mieczkowski committed Jan 2, 2024
1 parent e8d4476 commit a2e2303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connect/components/DeviceForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const DeviceForm = ({
.required(t("common.validations.required")),
destination: Yup.string().required(t("common.validations.required")),
}),
onSubmit: handleSubmit1,
onSubmit: handleSubmit,
});

return (
Expand Down

0 comments on commit a2e2303

Please sign in to comment.