diff --git a/Parts/Input.tsx b/Parts/Input.tsx index 37afcfb..f006251 100644 --- a/Parts/Input.tsx +++ b/Parts/Input.tsx @@ -55,9 +55,9 @@ export default function Input( ); } export function TextArea({ - label, title, - children, + children = null, + label = null, ...props }) {