We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24046ad commit 3190e85Copy full SHA for 3190e85
frontend/src/features/crawl-workflows/workflow-editor.ts
@@ -3399,7 +3399,7 @@ https://archiveweb.page/images/${"logo.svg"}`}
3399
maxCrawlSize: this.formState.maxCrawlSizeGB * BYTES_PER_GB,
3400
tags: this.formState.tags,
3401
autoAddCollections: this.formState.autoAddCollections,
3402
- dedupCollId: this.formState.dedupeCollectionId,
+ dedupCollId: this.formState.dedupeCollectionId || "",
3403
config: {
3404
...(isPageScopeType(this.formState.scopeType)
3405
? this.parseUrlListConfig(uploadParams)
0 commit comments