fix: restore conversion board render
This commit is contained in:
@@ -4075,8 +4075,8 @@ function SourceSubjectPipeline({
|
|||||||
{agentTraits.length ? (
|
{agentTraits.length ? (
|
||||||
<>
|
<>
|
||||||
<div className="mt-2 flex items-center justify-between gap-2 text-[9px]">
|
<div className="mt-2 flex items-center justify-between gap-2 text-[9px]">
|
||||||
<span className={selectedAgentTraitsDirty ? "text-cyan-100/56" : "text-white/34"}>
|
<span className={agentSelectedTraitsDirty ? "text-cyan-100/56" : "text-white/34"}>
|
||||||
保留元素 {selectedAgentTraits.length} 个{selectedAgentTraitsDirty ? " · 待发送" : ""}
|
保留元素 {selectedAgentTraits.length} 个{agentSelectedTraitsDirty ? " · 待发送" : ""}
|
||||||
</span>
|
</span>
|
||||||
{selectedAgentTraits.length ? (
|
{selectedAgentTraits.length ? (
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user