Skip to content

Commit 1e08e4d

Browse files
committed
Remove redundant type
1 parent 765ee0c commit 1e08e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/DeploySettingsPage/OAuth2AppsSettingsPage/CreateOAuth2AppPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const CreateOAuth2AppPage: FC = () => {
3131
<CreateOAuth2AppPageView
3232
isUpdating={postMutation.isLoading}
3333
error={postMutation.error}
34-
createApp={(req: TypesGen.PostOAuth2ProviderAppRequest) => {
34+
createApp={(req) => {
3535
postMutation.mutate(req);
3636
}}
3737
/>

0 commit comments

Comments
 (0)