mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 23:19:26 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
4d3b4ae61a
@ -52,7 +52,7 @@ const ReadPrettyInternal = observer(
|
|||||||
}
|
}
|
||||||
|
|
||||||
const content =
|
const content =
|
||||||
field.value &&
|
field.value !== null &&
|
||||||
currentOptions.map((option, index) => (
|
currentOptions.map((option, index) => (
|
||||||
<Tag key={index} color={option[fieldNames.color]} icon={option.icon}>
|
<Tag key={index} color={option[fieldNames.color]} icon={option.icon}>
|
||||||
{option[fieldNames.label]}
|
{option[fieldNames.label]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user