Skip to content

Commit bfdc320

Browse files
committed
update
1 parent 8750df9 commit bfdc320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default {
2828
description: "Only return content for the specified tabs",
2929
optional: true,
3030
async options() {
31-
const { tabs } = await this.googleDocs.getDocument(this.docId, this.includeTabsContent);
31+
const { tabs } = await this.googleDocs.getDocument(this.docId, true);
3232
if (!tabs?.length) return [];
3333
return tabs.map((tab) => ({
3434
label: tab.tabProperties.title,

0 commit comments

Comments
 (0)