mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
188950c7a8
@ -50,7 +50,9 @@ export const ReadPretty = observer(
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const content = currentOptions.map((option, index) => (
|
const content =
|
||||||
|
field.value &&
|
||||||
|
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]}
|
||||||
</Tag>
|
</Tag>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user