Skip to content

Commit 3f86cda

Browse files
Update components/sendgrid/actions/create-send/create-send.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 94be3a9 commit 3f86cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/sendgrid/actions/create-send/create-send.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default {
126126
$,
127127
data: {
128128
name: this.name,
129-
categories: parseObject(this.categories),
129+
categories: parseObject(this.categoryIds),
130130
send_at: this.sendAt,
131131
send_to: {
132132
list_ids: parseObject(this.listIds),

0 commit comments

Comments
 (0)