mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:50:43 +00:00
Remove the misleading API Keys card from the quick settings page. The card was hardcoded to a fixed env-var provider list and routed all actions to the broad Environment config section, which made the Add/Change affordances look more precise than they were. This removes the dead surface and keeps the quick settings grid focused on meaningful controls. Verified: - pnpm test ui/src/ui/views/config-quick.test.ts - CI passed on PR #71496