diff --git a/apps/dashboard/src/@/components/blocks/FormFieldSetup.tsx b/apps/dashboard/src/@/components/blocks/FormFieldSetup.tsx index 3483026c579..ce8b44387c1 100644 --- a/apps/dashboard/src/@/components/blocks/FormFieldSetup.tsx +++ b/apps/dashboard/src/@/components/blocks/FormFieldSetup.tsx @@ -3,16 +3,17 @@ import { ToolTipLabel } from "@/components/ui/tooltip"; import { AsteriskIcon, InfoIcon } from "lucide-react"; export function FormFieldSetup(props: { - htmlFor: string; + htmlFor?: string; label: string; errorMessage: React.ReactNode | undefined; children: React.ReactNode; tooltip?: React.ReactNode; isRequired: boolean; helperText?: React.ReactNode; + className?: string; }) { return ( -
+ These are the parameters users will need to fill in when deploying this + contract. +
+ + + ++ Value prefilled in deployment form +
++ Add reference contracts for this parameter +
++ These are the parameters users will need to fill in when deploying this + contract. +
+ + + ++ Value prefilled in deployment form +
++ Set Reference contract for this parameter +
++ Set Reference contract for this parameter +
+