diff --git a/webview-ui/src/components/settings/SettingsView.tsx b/webview-ui/src/components/settings/SettingsView.tsx index 630b59485d..987d245105 100644 --- a/webview-ui/src/components/settings/SettingsView.tsx +++ b/webview-ui/src/components/settings/SettingsView.tsx @@ -629,6 +629,8 @@ const SettingsView = forwardRef(({ onDone, t alwaysAllowUpdateTodoList={alwaysAllowUpdateTodoList} followupAutoApproveTimeoutMs={followupAutoApproveTimeoutMs} allowedCommands={allowedCommands} + allowedMaxRequests={allowedMaxRequests ?? undefined} + allowedMaxCost={allowedMaxCost ?? undefined} deniedCommands={deniedCommands} setCachedStateField={setCachedStateField} />