fix(ui): Fix hang in chat save confirmation dialog (#6312)
Co-authored-by: Bryan Morgan <bryanmorgan@google.com>
This commit is contained in:
parent
8f2fa5a537
commit
72195d5553
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue