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 4740aba commit eb851d6Copy full SHA for eb851d6
frontend/src/components/app-config/user-config-form.tsx
@@ -150,6 +150,7 @@ export const UserConfigForm: React.FC = () => {
150
onCheckedChange={(checked) => {
151
return field.onChange(Boolean(checked));
152
}}
153
+ onClick={(evt) => evt.stopPropagation()}
154
/>
155
</FormControl>
156
<FormLabel className="font-normal flex">Enable</FormLabel>
0 commit comments