Skip to content
Draft

wip #3325

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
refactor: Update Zendesk integration for source document handling
  • Loading branch information
StanGirard committed Oct 9, 2024
commit 5fbea4f1e52b348686c55dbb476528ced190340a
4 changes: 2 additions & 2 deletions frontend/lib/api/sync/useSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const useSync = () => {
GitHub:
"https://quivr-cms.s3.eu-west-3.amazonaws.com/dropbox_dce4f3d753.png",
Zendesk:
"https://quivr-cms.s3.eu-west-3.amazonaws.com/dropbox_dce4f3d753.png",
"https://quivr-cms.s3.eu-west-3.amazonaws.com/zendesk_c39745607c.png",
};

const integrationIconUrls: Record<Integration, string> = {
Expand All @@ -49,7 +49,7 @@ export const useSync = () => {
GitHub:
"https://quivr-cms.s3.eu-west-3.amazonaws.com/dropbox_dce4f3d753.png",
Zendesk:
"https://quivr-cms.s3.eu-west-3.amazonaws.com/dropbox_dce4f3d753.png",
"https://quivr-cms.s3.eu-west-3.amazonaws.com/zendesk_c39745607c.png",
};

const getActiveSyncsForBrain = async (brainId: string) => {
Expand Down