Fix allowedMaxRequests and allowedMaxCost values not showing in the settings UI (#6925)

This commit is contained in:
Christiaan Arnoldus 2025-08-14 03:07:05 +02:00 committed by GitHub
parent ca6f261cce
commit a203a90bb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}
/>