mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
fix: select readPretty (#5807)
This commit is contained in:
parent
6a7f2f2913
commit
c86b1efdf7
@ -51,7 +51,7 @@ export const ReadPretty = 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