fix(ui): Fix hang in chat save confirmation dialog (#6312)

Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
This commit is contained in:
Hiroaki Mitsuyoshi 2025-08-16 00:46:45 +09:00 committed by GitHub
parent 8f2fa5a537
commit 72195d5553
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -970,6 +970,7 @@ const App = ({ config, settings, startupWarnings = [], version }: AppProps) => {
{confirmationRequest.prompt}
<Box paddingY={1}>
<RadioButtonSelect
isFocused={!!confirmationRequest}
items={[
{ label: 'Yes', value: true },
{ label: 'No', value: false },