mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-20 21:18:13 +02:00
Fix issues
This commit is contained in:
parent
ad75f8114e
commit
5afb421d6f
2 changed files with 2 additions and 2 deletions
|
|
@ -145,7 +145,7 @@ export function useConnectorEditPage(connectorId: number, searchSpaceId: string)
|
|||
LUMA_API_KEY: config.LUMA_API_KEY || "",
|
||||
ELASTICSEARCH_API_KEY: config.ELASTICSEARCH_API_KEY || "",
|
||||
FIRECRAWL_API_KEY: config.FIRECRAWL_API_KEY || "",
|
||||
INTIAL_URLS: config.INITIAL_URLS || ""
|
||||
INITIAL_URLS: config.INITIAL_URLS || ""
|
||||
});
|
||||
if (currentConnector.connector_type === "GITHUB_CONNECTOR") {
|
||||
const savedRepos = config.repo_full_names || [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue