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