From b80d532800161e7da38f5daa019e83c79d8808b6 Mon Sep 17 00:00:00 2001 From: Sreeram Sreedhar Date: Wed, 27 May 2026 00:30:29 -0400 Subject: [PATCH] sync utils --- apps/web/components/settings/sync-utils.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/web/components/settings/sync-utils.ts b/apps/web/components/settings/sync-utils.ts index 25a683ba..0772f0a7 100644 --- a/apps/web/components/settings/sync-utils.ts +++ b/apps/web/components/settings/sync-utils.ts @@ -42,6 +42,7 @@ export const PROVIDER_DISPLAY_NAMES: Record = { github: "GitHub", "web-crawler": "Web Crawler", s3: "S3", + slack: "Slack", } /** Provider type union matching the backend import endpoint */ @@ -53,3 +54,4 @@ export type ImportProvider = | "github" | "web-crawler" | "s3" + | "slack"