From 09236dd15ccb79a42e2f9f3b14e03c49c09439cd Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 17 Jul 2022 18:46:13 +0200 Subject: [PATCH] fix(frontend): chrome columns-2 fix for pull/push --- frontend/src/lib/components/FlowEditor.svelte | 2 +- frontend/src/lib/components/RadioButtonV2.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/FlowEditor.svelte b/frontend/src/lib/components/FlowEditor.svelte index a56a69bbbf..249297487d 100644 --- a/frontend/src/lib/components/FlowEditor.svelte +++ b/frontend/src/lib/components/FlowEditor.svelte @@ -35,7 +35,7 @@ ], [ { - title: 'Pull (WIP)', + title: 'Pull', desc: 'This flow will trigger itself with a schedule to detect changes in external services using a trigger script.' }, 'pull' diff --git a/frontend/src/lib/components/RadioButtonV2.svelte b/frontend/src/lib/components/RadioButtonV2.svelte index e0bc159b11..52a12a97c4 100644 --- a/frontend/src/lib/components/RadioButtonV2.svelte +++ b/frontend/src/lib/components/RadioButtonV2.svelte @@ -9,7 +9,7 @@ const dispatch = createEventDispatcher() -
+
{#each options as [label, val]}