Skip to content

Commit 6b35f4c

Browse files
committed
fix(google-drive): use value function for dropdown default
1 parent 762a9d9 commit 6b35f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/blocks/blocks/google_drive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Return ONLY the query string - no explanations, no quotes around the whole thing
334334
},
335335
{ label: 'CSV (text/csv)', id: 'text/csv' },
336336
],
337-
value: 'auto',
337+
value: () => 'auto',
338338
placeholder: 'Export format for Google Docs/Sheets/Slides',
339339
condition: { field: 'operation', value: 'download' },
340340
},

0 commit comments

Comments
 (0)