Skip to content

Commit 792a644

Browse files
committed
The update oauth form too
1 parent 7bab85b commit 792a644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/integrations/UpdateOAuthForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export function UpdateOAuthForm({
117117
id="hasCustomClient"
118118
label="Use my OAuth App"
119119
variant="simple/small"
120-
disabled={requiresCustomOAuthApp}
120+
readOnly={requiresCustomOAuthApp}
121121
onChange={(checked) => setUseMyOAuthApp(checked)}
122122
{...conform.input(hasCustomClient, { type: "checkbox" })}
123123
defaultChecked={requiresCustomOAuthApp}

0 commit comments

Comments
 (0)