Merge branch 'main' into next

This commit is contained in:
katherinehhh 2024-12-01 22:30:02 +08:00
commit 188950c7a8

View File

@ -50,7 +50,9 @@ export const ReadPretty = observer(
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}>
{option[fieldNames.label]}
</Tag>