We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484d3a8 commit b999075Copy full SHA for b999075
webview-ui/src/components/chat/AutoApproveMenu.tsx
@@ -173,6 +173,7 @@ const AutoApproveMenu = ({ style }: AutoApproveMenuProps) => {
173
content={!hasEnabledOptions ? t("chat:autoApprove.selectOptionsFirst") : undefined}>
174
<VSCodeCheckbox
175
checked={effectiveAutoApprovalEnabled}
176
+ disabled={!hasEnabledOptions}
177
aria-label={
178
hasEnabledOptions
179
? t("chat:autoApprove.toggleAriaLabel")
0 commit comments