Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric committed Apr 4, 2024
1 parent b0128d8 commit 3bbfd65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion front/components/data_source/WebsiteConfiguration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default function WebsiteConfiguration({
},
body: JSON.stringify({
provider: "webcrawler",
connectionId: undefined,
connectionId: "none",
name: dataSourceName,
configuration: {
url: dataSourceUrl,
Expand Down
1 change: 1 addition & 0 deletions front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3bbfd65

Please sign in to comment.