Skip to content

Commit

Permalink
set Zendesk as built instead of rolling_out
Browse files Browse the repository at this point in the history
  • Loading branch information
aubin-tchoi committed Dec 13, 2024
1 parent 722f5d8 commit eb627d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions front/lib/connector_providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const CONNECTOR_CONFIGURATIONS: Record<
zendesk: {
name: "Zendesk",
connectorProvider: "zendesk",
status: "rolling_out",
status: "built",
hide: false,
description:
"Authorize access to Zendesk for indexing tickets from your support center and articles from your help center.",
Expand All @@ -197,7 +197,6 @@ export const CONNECTOR_CONFIGURATIONS: Record<
logoComponent: ZendeskLogo,
isNested: true,
isSearchEnabled: false,
rollingOutFlag: "zendesk_connector_feature",
},
};

Expand Down

0 comments on commit eb627d7

Please sign in to comment.