mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 15:31:27 +00:00
Fix bug where RadioButtonSelect treated an omitted isFocus parameter (#6274)
This commit is contained in:
parent
a5c81e3fe0
commit
6037cb5d60
4 changed files with 87 additions and 26 deletions
|
|
@ -147,7 +147,6 @@ export function AuthDialog({
|
|||
items={items}
|
||||
initialIndex={initialAuthIndex}
|
||||
onSelect={handleAuthSelect}
|
||||
isFocused={true}
|
||||
/>
|
||||
</Box>
|
||||
{errorMessage && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue