mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-07 11:28:09 +02:00
Fix not_applicable (#2003)
This commit is contained in:
parent
7c283b090d
commit
d6d391d244
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user