feat(agent): temporarily disable team selection
parent
0fd6274854
commit
d62df7bef7
|
|
@ -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 }))}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue