uneeded input value

This commit is contained in:
Peter Clement 2023-05-22 15:53:20 +01:00
parent 754b30dd5c
commit a8e40d711b
1 changed files with 2 additions and 4 deletions

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: {