Skip to content

Commit

Permalink
Fix not_applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
Weves committed Jul 31, 2024
1 parent 7c283b0 commit efe48bb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions web/src/lib/sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,13 @@ const SOURCE_METADATA_MAP: SourceMap = {
category: SourceCategory.Storage,
docs: "https://docs.danswer.dev/connectors/google_storage",
},
// not_applicable: {
// icon: null,
// displayName: "Not Applicable",
// category: SourceCategory.Other
// }
// currently used for the Internet Search tool docs, which is why
// a globe is used
not_applicable: {
icon: GlobeIcon,
displayName: "Not Applicable",
category: SourceCategory.Other,
},
} as SourceMap;

function fillSourceMetadata(
Expand Down

0 comments on commit efe48bb

Please sign in to comment.