Skip to content

Commit 4c0b3ab

Browse files
committed
some adjusts
1 parent 6a564ff commit 4c0b3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/vectorshift/actions/add-data-to-knowledge-base/add-data-to-knowledge-base.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131
label: "Rescrape Frequency",
3232
description: "The frequency to rescrape the URL",
3333
options: RESCRAPE_FREQUENCY_OPTIONS,
34-
optional: true,
34+
default: RESCRAPE_FREQUENCY_OPTIONS[0],
3535
},
3636
},
3737
async run({ $ }) {

0 commit comments

Comments
 (0)