mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix allowedMaxRequests and allowedMaxCost values not showing in the settings UI (#6925)
This commit is contained in:
parent
ca6f261cce
commit
a203a90bb7
1 changed files with 2 additions and 0 deletions
|
|
@ -629,6 +629,8 @@ const SettingsView = forwardRef<SettingsViewRef, SettingsViewProps>(({ onDone, t
|
|||
alwaysAllowUpdateTodoList={alwaysAllowUpdateTodoList}
|
||||
followupAutoApproveTimeoutMs={followupAutoApproveTimeoutMs}
|
||||
allowedCommands={allowedCommands}
|
||||
allowedMaxRequests={allowedMaxRequests ?? undefined}
|
||||
allowedMaxCost={allowedMaxCost ?? undefined}
|
||||
deniedCommands={deniedCommands}
|
||||
setCachedStateField={setCachedStateField}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue