Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
farnoux committed Oct 18, 2024
1 parent 7838578 commit 36cbb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site/app/contact/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const ContactForm = () => {
});
};

const handleChangeSelect = (value: OptionValue) => {
const handleChangeSelect = (value?: OptionValue) => {
const categorie = options.find((opt) =>
opt.options.some((o) => o.value === value)
);
Expand Down

0 comments on commit 36cbb5d

Please sign in to comment.