🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-04-11 16:55:31 +08:00
parent 7112ac7e93
commit e27efbad21
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export default ({ data = [], onColes }) => {
useEffect(() => {
if (data.length < 2) {
setModel({ ...data[0].expiration_value })
setModel({ ...data[0].expiration_conf })
}
}, [data])