Skip to content

Commit 4c7467a

Browse files
committed
Adjusting props to required
1 parent 8c53e2f commit 4c7467a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/google_drive/actions/update-file/update-file.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ export default {
4040
"fileUrl",
4141
],
4242
description: "The URL of the file to use to update content",
43+
optional: false,
44+
hidden: true,
4345
},
4446
filePath: {
4547
propDefinition: [
@@ -51,6 +53,8 @@ export default {
5153
directory](https://pipedream.com/docs/workflows/steps/code/nodejs/working-with-files/#the-tmp-directory)
5254
(e.g., \`/tmp/myFile.csv\`) with which to update content
5355
`),
56+
optional: false,
57+
hidden: true,
5458
},
5559
name: {
5660
propDefinition: [

0 commit comments

Comments
 (0)