diff --git a/packages/cli/src/ui/components/SettingsDialog.tsx b/packages/cli/src/ui/components/SettingsDialog.tsx index 708f30b9297..cc000a36b22 100644 --- a/packages/cli/src/ui/components/SettingsDialog.tsx +++ b/packages/cli/src/ui/components/SettingsDialog.tsx @@ -205,11 +205,6 @@ export function SettingsDialog({ next.delete(key); return next; }); - - // Refresh pending settings from the saved state - setPendingSettings( - structuredClone(settings.forScope(selectedScope).settings), - ); } else { // For restart-required settings, track as modified setModifiedSettings((prev) => {