Skip to content

Commit 7d35362

Browse files
committed
add optional true
1 parent e99fc9d commit 7d35362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/google_docs/actions/get-document/get-document.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default {
1818
type: "boolean",
1919
label: "Include Tabs Content",
2020
description: "Whether to populate the `Document.tabs` field instead of the text content fields like `body` and `documentStyle` on `Document`",
21+
optional: true,
2122
default: false,
2223
},
2324
},

0 commit comments

Comments
 (0)