mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-29 11:12:02 +01:00
Added bookstack to filters, changed inputType
This commit is contained in:
parent
44f905ef80
commit
f587161577
@ -193,7 +193,7 @@ const Main = () => {
|
||||
`BookStackConnector`
|
||||
}
|
||||
source="bookstack"
|
||||
inputType="load_state"
|
||||
inputType="poll"
|
||||
formBody={
|
||||
<>
|
||||
</>
|
||||
|
@ -7,6 +7,7 @@ import { Source } from "@/lib/search/interfaces";
|
||||
const sources: Source[] = [
|
||||
{ displayName: "Google Drive", internalName: "google_drive" },
|
||||
{ displayName: "Slack", internalName: "slack" },
|
||||
{ displayName: "BookStack", internalName: "bookstack" },
|
||||
{ displayName: "Confluence", internalName: "confluence" },
|
||||
{ displayName: "Jira", internalName: "jira" },
|
||||
{ displayName: "Slab", internalName: "slab" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user