From f082308d5de54e921dab3092801d9aff85acf380 Mon Sep 17 00:00:00 2001 From: honzapatCZ Date: Tue, 14 Jan 2025 19:20:45 +0100 Subject: [PATCH] add up types --- Parts/Input.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }) {