From a8e40d711b3e172d6a3dbaf0ea86b762054ee175 Mon Sep 17 00:00:00 2001 From: Peter Clement Date: Mon, 22 May 2023 15:53:20 +0100 Subject: [PATCH] uneeded input value --- packages/server/src/automations/steps/collect.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/server/src/automations/steps/collect.ts b/packages/server/src/automations/steps/collect.ts index 512dfc0dff..3ceadcb714 100644 --- a/packages/server/src/automations/steps/collect.ts +++ b/packages/server/src/automations/steps/collect.ts @@ -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: {