Skip to content

Commit 1bc27f6

Browse files
authored
Fix allowedMaxRequests and allowedMaxCost values not showing in the settings UI
Fixes #1880 The kangaroo likes it: RooCodeInc/Roo-Code#6925
1 parent 8d297d5 commit 1bc27f6

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
@@ -736,6 +736,8 @@ const SettingsView = forwardRef<SettingsViewRef, SettingsViewProps>(({ onDone, t
736736
followupAutoApproveTimeoutMs={followupAutoApproveTimeoutMs}
737737
allowedCommands={allowedCommands}
738738
allowedMaxRequests={allowedMaxRequests ?? undefined}
739+
allowedMaxCost={allowedMaxCost ?? undefined}
740+
allowedMaxRequests={allowedMaxRequests ?? undefined}
739741
deniedCommands={deniedCommands}
740742
setCachedStateField={setCachedStateField}
741743
/>

0 commit comments

Comments
 (0)