From 7c19d1846086c7a17f4be925c2dff50a919dc221 Mon Sep 17 00:00:00 2001 From: Peter Clement Date: Fri, 19 Jan 2024 11:07:58 +0000 Subject: [PATCH 1/3] small automation fixes --- .../automation/AutomationBuilder/FlowChart/ActionModal.svelte | 2 +- .../components/automation/AutomationBuilder/TestDisplay.svelte | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/builder/src/components/automation/AutomationBuilder/FlowChart/ActionModal.svelte b/packages/builder/src/components/automation/AutomationBuilder/FlowChart/ActionModal.svelte index ef591d5635..fbc79b967c 100644 --- a/packages/builder/src/components/automation/AutomationBuilder/FlowChart/ActionModal.svelte +++ b/packages/builder/src/components/automation/AutomationBuilder/FlowChart/ActionModal.svelte @@ -43,7 +43,7 @@ }, TRIGGER_AUTOMATION_RUN: { disabled: !triggerAutomationRunEnabled, - message: collectDisabledMessage(), + message: "Please upgrade to a paid plan", }, } } diff --git a/packages/builder/src/components/automation/AutomationBuilder/TestDisplay.svelte b/packages/builder/src/components/automation/AutomationBuilder/TestDisplay.svelte index 9fbc4b6bc1..b504ef5faf 100644 --- a/packages/builder/src/components/automation/AutomationBuilder/TestDisplay.svelte +++ b/packages/builder/src/components/automation/AutomationBuilder/TestDisplay.svelte @@ -35,6 +35,7 @@ } } } + $: console.log(filteredResults?.[0]?.outputs)
@@ -77,7 +78,7 @@
- {#if filteredResults?.[idx]?.inputs} + {#if filteredResults?.[idx]?.outputs} Date: Fri, 19 Jan 2024 11:09:40 +0000 Subject: [PATCH 2/3] remove log --- .../components/automation/AutomationBuilder/TestDisplay.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/builder/src/components/automation/AutomationBuilder/TestDisplay.svelte b/packages/builder/src/components/automation/AutomationBuilder/TestDisplay.svelte index b504ef5faf..2cad22c820 100644 --- a/packages/builder/src/components/automation/AutomationBuilder/TestDisplay.svelte +++ b/packages/builder/src/components/automation/AutomationBuilder/TestDisplay.svelte @@ -35,7 +35,6 @@ } } } - $: console.log(filteredResults?.[0]?.outputs)
From ecd8e0433676d63cefd2099f0a43099e562456ad Mon Sep 17 00:00:00 2001 From: Peter Clement Date: Fri, 19 Jan 2024 11:12:18 +0000 Subject: [PATCH 3/3] update submodules --- packages/account-portal | 2 +- packages/pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/account-portal b/packages/account-portal index 1bc0128714..11469c40d7 160000 --- a/packages/account-portal +++ b/packages/account-portal @@ -1 +1 @@ -Subproject commit 1bc012871496ff55e376931b620075b565e34d09 +Subproject commit 11469c40d73ea58f2aec80c12c1946289b67c6f2 diff --git a/packages/pro b/packages/pro index 9d80daaa5b..31f11bcd33 160000 --- a/packages/pro +++ b/packages/pro @@ -1 +1 @@ -Subproject commit 9d80daaa5b79da68730d6c5f497f629c47a78ef8 +Subproject commit 31f11bcd3323d2105a83ebfdee8facc2900bb879