diff --git a/ui/src/components/InputField.tsx b/ui/src/components/InputField.tsx index ff2ad55..dfa7a4f 100644 --- a/ui/src/components/InputField.tsx +++ b/ui/src/components/InputField.tsx @@ -26,7 +26,7 @@ type InputFieldProps = { type InputFieldWithLabelProps = InputFieldProps & { label: React.ReactNode; - description?: string | null; + description?: React.ReactNode | string | null; }; const InputField = forwardRef(function InputField(