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 7bab85b commit 792a644Copy full SHA for 792a644
apps/webapp/app/components/integrations/UpdateOAuthForm.tsx
@@ -117,7 +117,7 @@ export function UpdateOAuthForm({
117
id="hasCustomClient"
118
label="Use my OAuth App"
119
variant="simple/small"
120
- disabled={requiresCustomOAuthApp}
+ readOnly={requiresCustomOAuthApp}
121
onChange={(checked) => setUseMyOAuthApp(checked)}
122
{...conform.input(hasCustomClient, { type: "checkbox" })}
123
defaultChecked={requiresCustomOAuthApp}
0 commit comments