Skip to content

Commit e158d5d

Browse files
committed
set-data-validation update
1 parent 64cbac5 commit e158d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/google_sheets/actions/set-data-validation/set-data-validation.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export default {
7777
type: "string[]",
7878
label: "Validation Values",
7979
description: "Values for validation (e.g., dropdown options)",
80-
optional: true,
8180
},
8281
},
8382
async run({ $ }) {
@@ -116,7 +115,8 @@ export default {
116115
],
117116
},
118117
};
118+
const response = await this.googleSheets.batchUpdate(request);
119119
$.export("$summary", "Successfully set data validation.");
120-
return await this.googleSheets.batchUpdate(request);
120+
return response;
121121
},
122122
};

0 commit comments

Comments
 (0)