Skip to content

Commit

Permalink
fix(gdrive): forced parent folder ID as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
igpetrov committed Jan 30, 2023
1 parent 53a2bec commit 510215a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
"group": "operationDetails",
"type": "String",
"feel": "optional",
"optional": true,
"binding": {
"type": "zeebe:input",
"name": "resource.parent"
Expand All @@ -232,6 +233,7 @@
"group": "operationDetails",
"type": "String",
"feel": "optional",
"optional": true,
"binding": {
"type": "zeebe:input",
"name": "resource.parent"
Expand Down

0 comments on commit 510215a

Please sign in to comment.