diff --git a/gui/src/components/subagents-workspace/SubagentDelegationSection.tsx b/gui/src/components/subagents-workspace/SubagentDelegationSection.tsx index 2cf672b937..720b60874f 100644 --- a/gui/src/components/subagents-workspace/SubagentDelegationSection.tsx +++ b/gui/src/components/subagents-workspace/SubagentDelegationSection.tsx @@ -51,6 +51,7 @@ export default function SubagentDelegationSection({ onChange={v => onSave({ model: v || null, effort: effort || null })} disabled={saving} label={t("dash.injectionLabel")} + align="right" /> {model && efforts.length > 0 && ( @@ -118,6 +120,7 @@ export function DashboardInjectionPanel({ d }: { apiBase: string; d: Dash }) { onChange={(v) => { void saveInjection({ model: v || null, effort: injectionEffort || null }); }} disabled={injectionSaving} label={t("dash.injectionLabel")} + align="right" /> {injectionModel && injectionEfforts.length > 0 && (