feat(agent): temporarily disable team selection

main
sp mac bookpro 2605 2026-05-25 23:38:41 +08:00
parent 0fd6274854
commit d62df7bef7
1 changed files with 3 additions and 1 deletions

View File

@ -450,10 +450,12 @@ export default function AgentEditor() {
name="teamId" name="teamId"
label="归属团队" label="归属团队"
className="flex-1 mb-0" className="flex-1 mb-0"
tooltip="团队功能暂未开放"
> >
<Select <Select
size="middle" size="middle"
placeholder="选择团队" placeholder="暂不开放"
disabled
allowClear allowClear
style={{ minHeight: 42 }} style={{ minHeight: 42 }}
options={teams.map((t) => ({ value: t.id, label: t.name }))} options={teams.map((t) => ({ value: t.id, label: t.name }))}