Skip to content

Commit 1d8bba9

Browse files
Added sharepoint integration
1 parent 33e7244 commit 1d8bba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

enums/enum-functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ export function getOrderByDisplayName(orderByKey: string) {
6363
export const INTEGRATIONS_DISPLAY = {
6464
[IntegrationType.GITHUB_FILE]: "GitHub File",
6565
[IntegrationType.GITHUB_ISSUE]: "GitHub Issue",
66-
[IntegrationType.SQL]: "SQL",
66+
[IntegrationType.SHAREPOINT]: "SharePoint",
6767
}

enums/enums.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ export enum ModelsDownloadedStatus {
5757
export enum IntegrationType {
5858
GITHUB_ISSUE = 'GITHUB_ISSUE',
5959
GITHUB_FILE = 'GITHUB_FILE',
60-
SQL = 'SQL',
60+
SHAREPOINT = 'SHAREPOINT',
6161
}

0 commit comments

Comments
 (0)