From 4c18036774191caed7b806708966141515144922 Mon Sep 17 00:00:00 2001 From: thinkasany <480968828@qq.com> Date: Wed, 10 Jul 2024 11:56:27 +0800 Subject: [PATCH] type(formItemLabel): remove unnecessary assert (#49797) * type(formItemLabel): remove unnecessary assert * Update components/form/FormItemLabel.tsx Co-authored-by: lijianan <574980606@qq.com> Signed-off-by: thinkasany <480968828@qq.com> --------- Signed-off-by: thinkasany <480968828@qq.com> Co-authored-by: lijianan <574980606@qq.com> --- components/form/FormItemLabel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/form/FormItemLabel.tsx b/components/form/FormItemLabel.tsx index cc2434f76a..d8976a9e0e 100644 --- a/components/form/FormItemLabel.tsx +++ b/components/form/FormItemLabel.tsx @@ -93,8 +93,8 @@ const FormItemLabel: React.FC