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 33e7244 commit 1d8bba9Copy full SHA for 1d8bba9
enums/enum-functions.ts
@@ -63,5 +63,5 @@ export function getOrderByDisplayName(orderByKey: string) {
63
export const INTEGRATIONS_DISPLAY = {
64
[IntegrationType.GITHUB_FILE]: "GitHub File",
65
[IntegrationType.GITHUB_ISSUE]: "GitHub Issue",
66
- [IntegrationType.SQL]: "SQL",
+ [IntegrationType.SHAREPOINT]: "SharePoint",
67
}
enums/enums.ts
@@ -57,5 +57,5 @@ export enum ModelsDownloadedStatus {
57
export enum IntegrationType {
58
GITHUB_ISSUE = 'GITHUB_ISSUE',
59
GITHUB_FILE = 'GITHUB_FILE',
60
- SQL = 'SQL',
+ SHAREPOINT = 'SHAREPOINT',
61
0 commit comments