mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
fix(ui): Fix hang in chat save confirmation dialog (#6312)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
This commit is contained in:
committed by
GitHub
parent
8f2fa5a537
commit
72195d5553
@@ -970,6 +970,7 @@ const App = ({ config, settings, startupWarnings = [], version }: AppProps) => {
|
|||||||
{confirmationRequest.prompt}
|
{confirmationRequest.prompt}
|
||||||
<Box paddingY={1}>
|
<Box paddingY={1}>
|
||||||
<RadioButtonSelect
|
<RadioButtonSelect
|
||||||
|
isFocused={!!confirmationRequest}
|
||||||
items={[
|
items={[
|
||||||
{ label: 'Yes', value: true },
|
{ label: 'Yes', value: true },
|
||||||
{ label: 'No', value: false },
|
{ label: 'No', value: false },
|
||||||
|
|||||||
Reference in New Issue
Block a user