mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +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 =
|
||||
field.value &&
|
||||
field.value !== null &&
|
||||
currentOptions.map((option, index) => (
|
||||
<Tag key={index} color={option[fieldNames.color]} icon={option.icon}>
|
||||
{option[fieldNames.label]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user