Remove full stop in email workflow block description
This commit is contained in:
parent
6da25faaa4
commit
15e3b48f0a
|
@ -2,7 +2,7 @@ const sgMail = require("@sendgrid/mail")
|
|||
sgMail.setApiKey(process.env.SENDGRID_API_KEY)
|
||||
|
||||
module.exports.definition = {
|
||||
description: "Send an email.",
|
||||
description: "Send an email",
|
||||
tagline: "Send email to {{inputs.to}}",
|
||||
icon: "ri-mail-open-fill",
|
||||
name: "Send Email",
|
||||
|
|
Loading…
Reference in New Issue