Fix not_applicable (#2003)

This commit is contained in:
Chris Weaver 2024-07-31 14:30:07 -07:00 committed by GitHub
parent 7c283b090d
commit d6d391d244
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(