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 765ee0c commit 1e08e4dCopy full SHA for 1e08e4d
site/src/pages/DeploySettingsPage/OAuth2AppsSettingsPage/CreateOAuth2AppPage.tsx
@@ -31,7 +31,7 @@ const CreateOAuth2AppPage: FC = () => {
31
<CreateOAuth2AppPageView
32
isUpdating={postMutation.isLoading}
33
error={postMutation.error}
34
- createApp={(req: TypesGen.PostOAuth2ProviderAppRequest) => {
+ createApp={(req) => {
35
postMutation.mutate(req);
36
}}
37
/>
0 commit comments