From 64898b753327636d06668b366f41a0c2575db165 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 24 Oct 2023 15:28:58 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=95=B0=E6=8D=AE=E9=A1=B9=E7=BB=84?= =?UTF-8?q?=E4=BB=B6:=20+=E4=BA=BA=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DataFieldRadio.jsx | 2 +- src/libs/ht.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/DataFieldRadio.jsx b/src/components/DataFieldRadio.jsx index 3ad5d63..fd958a9 100644 --- a/src/components/DataFieldRadio.jsx +++ b/src/components/DataFieldRadio.jsx @@ -13,7 +13,7 @@ export default observer((props) => { const defaultVal = dataFieldOptions[0].value; const Component = () => - dataFieldOptions.length < 6 ? ( + dataFieldOptions.length < 8 ? ( handleChange(e.target.value)} defaultValue={defaultVal} {...extProps} /> ) : (