From 48916cf85e29582829fe061bd29f539e923dc557 Mon Sep 17 00:00:00 2001 From: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> Date: Fri, 15 Jul 2022 15:54:20 -0400 Subject: [PATCH] fix bug with disabled save button (#3390) Co-authored-by: CarinaWolli --- .../workflows/WorkflowStepContainer.tsx | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/apps/web/ee/components/workflows/WorkflowStepContainer.tsx b/apps/web/ee/components/workflows/WorkflowStepContainer.tsx index 23230283bd99b..e7c64ed778cce 100644 --- a/apps/web/ee/components/workflows/WorkflowStepContainer.tsx +++ b/apps/web/ee/components/workflows/WorkflowStepContainer.tsx @@ -92,7 +92,7 @@ export default function WorkflowStepContainer(props: WorkflowStepProps) { return ( { if (val) { form.setValue("timeUnit", val.value); @@ -177,17 +177,25 @@ export default function WorkflowStepContainer(props: WorkflowStepProps) { return (