1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00

update icons

This commit is contained in:
Peter Clement 2021-09-15 11:51:49 +01:00
parent c8d0031e7c
commit 6c4a10c4f5
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ const usage = require("../../utilities/usageQuota")
exports.definition = {
name: "Create Row",
tagline: "Create a {{inputs.enriched.table.name}} row",
icon: "SaveFloppy",
icon: "TableRowAddBottom",
description: "Add a row to your database",
type: "ACTION",
internal: true,

View file

@ -4,7 +4,7 @@ const usage = require("../../utilities/usageQuota")
exports.definition = {
description: "Delete a row from your database",
icon: "DeleteOutline",
icon: "TableRowRemoveCenter",
name: "Delete Row",
tagline: "Delete a {{inputs.enriched.table.name}} row",
type: "ACTION",

View file

@ -1,7 +1,7 @@
exports.definition = {
name: "Row Deleted",
event: "row:delete",
icon: "Delete",
icon: "TableRowRemoveCenter",
tagline: "Row is deleted from {{inputs.enriched.table.name}}",
description: "Fired when a row is deleted from your database",
stepId: "ROW_DELETED",

View file

@ -1,7 +1,7 @@
exports.definition = {
name: "Row Created",
event: "row:save",
icon: "SaveFloppy",
icon: "TableRowAddBottom",
tagline: "Row is added to {{inputs.enriched.table.name}}",
description: "Fired when a row is added to your database",
stepId: "ROW_SAVED",