【操盘手】 内容库 - 修复选择好友或群直接渲染数据的BUG

This commit is contained in:
wong
2025-04-23 14:47:32 +08:00
parent 3e12687cc9
commit b324c87488
4 changed files with 58 additions and 27 deletions

View File

@@ -207,9 +207,9 @@ export default function NewContentLibraryPage() {
>
<Users className="h-4 w-4" />
</Button>
<Button variant="ghost" size="sm" onClick={() => removeGroup(group.id)}>
<X className="h-4 w-4" />
</Button>
<Button variant="ghost" size="sm" onClick={() => removeGroup(group.id)}>
<X className="h-4 w-4" />
</Button>
</div>
</div>
))}