From 2760402b37eeafddb08b2fe1c0dc430d95d9433d Mon Sep 17 00:00:00 2001
From: LiuJiaNan <15703339975@163.com>
Date: Mon, 10 Nov 2025 16:00:14 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DDictionarySelect?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/Select/Dictionary/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/Select/Dictionary/index.js b/components/Select/Dictionary/index.js
index 1716c6a..0f96fce 100644
--- a/components/Select/Dictionary/index.js
+++ b/components/Select/Dictionary/index.js
@@ -31,7 +31,7 @@ function DictionarySelect(props) {
}, [dictValue]);
return (
-
+
);
}