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,11 +50,13 @@ export const ReadPretty = observer(
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const content = currentOptions.map((option, index) => (
|
const content =
|
||||||
<Tag key={index} color={option[fieldNames.color]} icon={option.icon}>
|
field.value &&
|
||||||
{option[fieldNames.label]}
|
currentOptions.map((option, index) => (
|
||||||
</Tag>
|
<Tag key={index} color={option[fieldNames.color]} icon={option.icon}>
|
||||||
));
|
{option[fieldNames.label]}
|
||||||
|
</Tag>
|
||||||
|
));
|
||||||
setContent(content);
|
setContent(content);
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
}, [
|
}, [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user