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 1ea07c2 commit 74cdf17Copy full SHA for 74cdf17
static/app/components/events/autofix/utils.tsx
@@ -129,7 +129,7 @@ export const getCodeChangesIsLoading = (autofixData: AutofixData) => {
129
return changesStep?.status === AutofixStatus.PROCESSING;
130
};
131
132
-const supportedProviders = ['integrations:github'];
+const supportedProviders = ['integrations:github', 'integrations:github_enterprise'];
133
134
export const isSupportedAutofixProvider = (provider?: {id: string; name: string}) => {
135
if (!provider) {
0 commit comments