diff --git a/web/frontend/src/components/config/config-sections.tsx b/web/frontend/src/components/config/config-sections.tsx
index f07779bfa..da5c574d2 100644
--- a/web/frontend/src/components/config/config-sections.tsx
+++ b/web/frontend/src/components/config/config-sections.tsx
@@ -210,32 +210,36 @@ export function AgentDefaultsSection({
hint={t("pages.config.steering_mode_hint")}
layout="setting-row"
>
-
+ {(() => {
+ const selectedSteeringModeOption = STEERING_MODE_OPTIONS.find(
+ (o) => o.value === form.steeringMode,
+ )
+
+ return (
+
+ )
+ })()}