Skip to content

Commit a203a90

Browse files
authored
Fix allowedMaxRequests and allowedMaxCost values not showing in the settings UI (#6925)
1 parent ca6f261 commit a203a90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webview-ui/src/components/settings/SettingsView.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,8 @@ const SettingsView = forwardRef<SettingsViewRef, SettingsViewProps>(({ onDone, t
629629
alwaysAllowUpdateTodoList={alwaysAllowUpdateTodoList}
630630
followupAutoApproveTimeoutMs={followupAutoApproveTimeoutMs}
631631
allowedCommands={allowedCommands}
632+
allowedMaxRequests={allowedMaxRequests ?? undefined}
633+
allowedMaxCost={allowedMaxCost ?? undefined}
632634
deniedCommands={deniedCommands}
633635
setCachedStateField={setCachedStateField}
634636
/>

0 commit comments

Comments
 (0)