We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377f46c commit ecaa304Copy full SHA for ecaa304
apps/dashboard/src/pages/contact-us.tsx
@@ -287,6 +287,8 @@ const ContactUs: ThirdwebNextPage = () => {
287
color="black"
288
{...form.register("products", { required: true })}
289
>
290
+ <option value="Nebula">Nebula</option>
291
+ <option value="Insight">Insight</option>
292
<option value="Connect">Connect</option>
293
<option value="Engine">Engine</option>
294
<option value="OnChain">OnChain</option>
0 commit comments