Fix record created trigger workflow block description
This commit is contained in:
parent
52aaac8e44
commit
9077e89192
|
@ -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",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue