1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

uneeded input value

This commit is contained in:
Peter Clement 2023-05-22 15:53:20 +01:00
parent 754b30dd5c
commit a8e40d711b

View file

@ -17,9 +17,7 @@ export const definition: AutomationStepSchema = {
internal: true,
features: [],
stepId: AutomationActionStepId.COLLECT,
inputs: {
text: "",
},
inputs: {},
schema: {
inputs: {
properties: {
@ -28,7 +26,7 @@ export const definition: AutomationStepSchema = {
title: "What to Collect",
},
},
required: ["text"],
required: ["collection"],
},
outputs: {
properties: {