diff --git a/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/github/detail/components/provider-detail-form.tsx b/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/github/detail/components/provider-detail-form.tsx index b41d91f97200..048ad7b6f7d8 100644 --- a/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/github/detail/components/provider-detail-form.tsx +++ b/ee/tabby-ui/app/(dashboard)/settings/(integrations)/repository/github/detail/components/provider-detail-form.tsx @@ -36,7 +36,9 @@ const deleteGithubRepositoryProviderMutation = graphql(/* GraphQL */ ` `) const updateGithubRepositoryProviderMutation = graphql(/* GraphQL */ ` - mutation UpdateGithubRepositoryProvider($input: UpdateRepositoryProviderInput!) { + mutation UpdateGithubRepositoryProvider( + $input: UpdateRepositoryProviderInput! + ) { updateGithubRepositoryProvider(input: $input) } `)