Skip to content

Commit 8dbc01d

Browse files
SumitYewale-Thaliajcortes
authored andcommitted
Fix: added true property for sheetId
1 parent aff2065 commit 8dbc01d

File tree

2 files changed

+293
-16
lines changed

2 files changed

+293
-16
lines changed

components/csvbox/csvbox.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
type: "string",
99
label: "Sheet",
1010
description: "Select the sheet you want to receive data from",
11-
optional: true,
11+
optional: false,
1212
async options() {
1313
const { data } = await this.listSheets();
1414
return data.map((sheet) => ({

0 commit comments

Comments
 (0)