From e27efbad2132bcc313241c338e198502c4e29212 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Thu, 11 Apr 2024 16:55:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=80=EF=B8=8F=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/keyDelay/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/keyDelay/index.jsx b/src/components/keyDelay/index.jsx index 85c570d6..48e21df7 100644 --- a/src/components/keyDelay/index.jsx +++ b/src/components/keyDelay/index.jsx @@ -16,7 +16,7 @@ export default ({ data = [], onColes }) => { useEffect(() => { if (data.length < 2) { - setModel({ ...data[0].expiration_value }) + setModel({ ...data[0].expiration_conf }) } }, [data])