Fix record created trigger workflow block description

This commit is contained in:
Andrew Kingston 2020-09-10 15:29:35 +01:00
parent 52aaac8e44
commit 9077e89192
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ const TRIGGER = {
event: "record:save", event: "record:save",
icon: "ri-save-line", icon: "ri-save-line",
tagline: "Record is added to <b>{{model.name}}</b>", tagline: "Record is added to <b>{{model.name}}</b>",
description: "Save a record to your database.", description: "Fired when a record is saved to your database.",
params: { params: {
model: "model", model: "model",
}, },