feat(agent): temporarily disable team selection
parent
0fd6274854
commit
d62df7bef7
|
|
@ -450,10 +450,12 @@ export default function AgentEditor() {
|
|||
name="teamId"
|
||||
label="归属团队"
|
||||
className="flex-1 mb-0"
|
||||
tooltip="团队功能暂未开放"
|
||||
>
|
||||
<Select
|
||||
size="middle"
|
||||
placeholder="选择团队"
|
||||
placeholder="暂不开放"
|
||||
disabled
|
||||
allowClear
|
||||
style={{ minHeight: 42 }}
|
||||
options={teams.map((t) => ({ value: t.id, label: t.name }))}
|
||||
|
|
|
|||
Loading…
Reference in New Issue