Update icon for row updated trigger

This commit is contained in:
Andrew Kingston 2021-02-23 14:16:44 +00:00
parent 9013c493aa
commit 35e88390d5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ const BUILTIN_DEFINITIONS = {
ROW_UPDATED: {
name: "Row Updated",
event: "row:update",
icon: "ri-save-line",
icon: "ri-refresh-line",
tagline: "Row is updated in {{inputs.enriched.table.name}}",
description: "Fired when a row is updated in your database",
stepId: "ROW_UPDATED",