merge main

This commit is contained in:
zxhlyh 2025-07-29 15:38:43 +08:00
commit d2eda60e0e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -71,7 +71,7 @@ const BaseField = ({
})
const memorizedOptions = useMemo(() => {
return options?.filter((option) => {
if (!option.show_on || option.show_on.length === 0)
if (!option.show_on?.length)
return true
return option.show_on.every((condition) => {