Skip to content

Commit

Permalink
Update contact-us form (#5474)
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinTurska authored Nov 20, 2024
1 parent 377f46c commit ecaa304
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/dashboard/src/pages/contact-us.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ const ContactUs: ThirdwebNextPage = () => {
color="black"
{...form.register("products", { required: true })}
>
<option value="Nebula">Nebula</option>
<option value="Insight">Insight</option>
<option value="Connect">Connect</option>
<option value="Engine">Engine</option>
<option value="OnChain">OnChain</option>
Expand Down

0 comments on commit ecaa304

Please sign in to comment.