mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-01 15:34:29 -07:00
Fix bug where RadioButtonSelect treated an omitted isFocus parameter (#6274)
This commit is contained in:
@@ -147,7 +147,6 @@ export function AuthDialog({
|
||||
items={items}
|
||||
initialIndex={initialAuthIndex}
|
||||
onSelect={handleAuthSelect}
|
||||
isFocused={true}
|
||||
/>
|
||||
</Box>
|
||||
{errorMessage && (
|
||||
|
||||
Reference in New Issue
Block a user