mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 03:54:43 -07:00
Jacob314/add radio button keys (#10083)
This commit is contained in:
@@ -68,8 +68,8 @@ export const CloudFreePrivacyNotice = ({
|
||||
}
|
||||
|
||||
const items = [
|
||||
{ label: 'Yes', value: true },
|
||||
{ label: 'No', value: false },
|
||||
{ label: 'Yes', value: true, key: 'true' },
|
||||
{ label: 'No', value: false, key: 'false' },
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user