Skip to content

Commit

Permalink
Fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
boxbeam committed Apr 25, 2024
1 parent 2f7ef02 commit 3c8db4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const deleteGithubRepositoryProviderMutation = graphql(/* GraphQL */ `
`)

const updateGithubRepositoryProviderMutation = graphql(/* GraphQL */ `
mutation UpdateRepositoryProvider($input: UpdateRepositoryProviderInput!) {
mutation UpdateGithubRepositoryProvider($input: UpdateRepositoryProviderInput!) {
updateGithubRepositoryProvider(input: $input)
}
`)
Expand Down

0 comments on commit 3c8db4c

Please sign in to comment.