From f44471d9d0b5a62945571f332fdba17ad0682054 Mon Sep 17 00:00:00 2001 From: Peter Clement Date: Fri, 11 Feb 2022 14:38:34 +0000 Subject: [PATCH] fix js --- .../FlowChart/ConfigModal.svelte | 25 ------------------- .../FlowChart/FlowChart.svelte | 6 ----- .../automation/SetupPanel/RowSelector.svelte | 8 +++--- .../SetupPanel/RowSelectorTypes.svelte | 2 +- .../common/bindings/BindingPanel.svelte | 2 +- 5 files changed, 6 insertions(+), 37 deletions(-) delete mode 100644 packages/builder/src/components/automation/AutomationBuilder/FlowChart/ConfigModal.svelte diff --git a/packages/builder/src/components/automation/AutomationBuilder/FlowChart/ConfigModal.svelte b/packages/builder/src/components/automation/AutomationBuilder/FlowChart/ConfigModal.svelte deleted file mode 100644 index ec249d015f..0000000000 --- a/packages/builder/src/components/automation/AutomationBuilder/FlowChart/ConfigModal.svelte +++ /dev/null @@ -1,25 +0,0 @@ - - - - - diff --git a/packages/builder/src/components/automation/AutomationBuilder/FlowChart/FlowChart.svelte b/packages/builder/src/components/automation/AutomationBuilder/FlowChart/FlowChart.svelte index 8ee3d3d9bd..ea4ddfb61d 100644 --- a/packages/builder/src/components/automation/AutomationBuilder/FlowChart/FlowChart.svelte +++ b/packages/builder/src/components/automation/AutomationBuilder/FlowChart/FlowChart.svelte @@ -14,12 +14,10 @@ Toggle, Tooltip, } from "@budibase/bbui" - import ConfigModal from "./ConfigModal.svelte" export let automation export let onSelect - let configModal let testDataModal let blocks let confirmDeleteDialog @@ -121,10 +119,6 @@ - - - -