From 7d61718451325d8ffdbdab0559f8fe750bf47130 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 23:52:30 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .../github/detail/components/provider-detail-form.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) } `)