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 956123a commit 9e3e650Copy full SHA for 9e3e650
components/mongodb/sources/new-document/new-document.mjs
@@ -35,6 +35,7 @@ export default {
35
type: "string",
36
label: "Timestamp Field Type",
37
description: "The type of the timestamp field",
38
+ default: "Timestamp",
39
options: [
40
"Timestamp",
41
"Integer",
0 commit comments