Added bookstack to filters, changed inputType

This commit is contained in:
Dan Brown 2023-07-06 16:02:53 +01:00
parent 44f905ef80
commit f587161577
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 2 additions and 1 deletions

View File

@ -193,7 +193,7 @@ const Main = () => {
`BookStackConnector`
}
source="bookstack"
inputType="load_state"
inputType="poll"
formBody={
<>
</>

View File

@ -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" },