Skip to content

Commit 3190e85

Browse files
committed
set to empty string
1 parent 24046ad commit 3190e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/features/crawl-workflows/workflow-editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3399,7 +3399,7 @@ https://archiveweb.page/images/${"logo.svg"}`}
33993399
maxCrawlSize: this.formState.maxCrawlSizeGB * BYTES_PER_GB,
34003400
tags: this.formState.tags,
34013401
autoAddCollections: this.formState.autoAddCollections,
3402-
dedupCollId: this.formState.dedupeCollectionId,
3402+
dedupCollId: this.formState.dedupeCollectionId || "",
34033403
config: {
34043404
...(isPageScopeType(this.formState.scopeType)
34053405
? this.parseUrlListConfig(uploadParams)

0 commit comments

Comments
 (0)