From b103c6495428a99b164467ff597155948f48323c Mon Sep 17 00:00:00 2001 From: invalid w Date: Thu, 19 Oct 2023 10:41:11 +0800 Subject: [PATCH] =?UTF-8?q?chore(ApiSelect):=20=E8=AF=A5=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E8=AE=BE=E5=AE=9A=E6=88=90=E6=89=8B=E5=8A=A8=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Form/src/helper.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Form/src/helper.ts b/src/components/Form/src/helper.ts index 9118f355..66505f59 100644 --- a/src/components/Form/src/helper.ts +++ b/src/components/Form/src/helper.ts @@ -86,4 +86,5 @@ export const NO_AUTO_LINK_COMPONENTS: ComponentType[] = [ 'ApiCascader', 'AutoComplete', 'RadioButtonGroup', + 'ApiSelect', ];