Skip to content

Commit fed1684

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)