From 98b3d3259bc7e8cf6d9fa0aef561ce21f763e7d5 Mon Sep 17 00:00:00 2001
From: Henri Courdent <122811744+hcourdent@users.noreply.github.com>
Date: Thu, 8 Jun 2023 14:08:52 +0200
Subject: [PATCH] Tooltips Cache + Custom Env Variables (#1693)
---
frontend/src/lib/components/ScriptBuilder.svelte | 3 ++-
.../src/lib/components/flows/content/FlowModuleCache.svelte | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/frontend/src/lib/components/ScriptBuilder.svelte b/frontend/src/lib/components/ScriptBuilder.svelte
index 75bb9a2490..f7faa346f4 100644
--- a/frontend/src/lib/components/ScriptBuilder.svelte
+++ b/frontend/src/lib/components/ScriptBuilder.svelte
@@ -409,6 +409,7 @@
{#if !isCloudHosted()}
Custom env variablesAdditional static custom env variables to pass to the script.
@@ -562,7 +563,7 @@
Script kind
Tag this script's purpose within flows such that it is available as the corresponding
- action.
+ action.
diff --git a/frontend/src/lib/components/flows/content/FlowModuleCache.svelte b/frontend/src/lib/components/flows/content/FlowModuleCache.svelte
index 74a3e3c28f..0a15bbefa1 100644
--- a/frontend/src/lib/components/flows/content/FlowModuleCache.svelte
+++ b/frontend/src/lib/components/flows/content/FlowModuleCache.svelte
@@ -12,7 +12,7 @@
Cache
-
+
If defined, the result of the step will be cached for the number of seconds defined such that if
this step were to be re-triggered with the same input it would retrieve and return its cached
value instead of recomputing it.