diff --git a/frontend/src/lib/components/Path.svelte b/frontend/src/lib/components/Path.svelte
index 9226b001aa..6feead3477 100644
--- a/frontend/src/lib/components/Path.svelte
+++ b/frontend/src/lib/components/Path.svelte
@@ -277,15 +277,19 @@
folderCreated = undefined
}}
>
-
-
-
- New folder
-
-
-
- {#if folderCreated}
-
+ {#if !folderCreated}
+
+
+
+ New folder
+
+
+ {:else}
{/if}
diff --git a/frontend/src/lib/components/SchemaForm.svelte b/frontend/src/lib/components/SchemaForm.svelte
index 253740ce2a..7b2909aa1a 100644
--- a/frontend/src/lib/components/SchemaForm.svelte
+++ b/frontend/src/lib/components/SchemaForm.svelte
@@ -70,7 +70,7 @@
{#if keys.length > 0}
{#each keys as argName, i (argName)}
{#if (!filter || filter.includes(argName)) && Object.keys(schema.properties ?? {}).includes(argName)}
-
+
{#if inputTransform}
, string[], FlowModule]
)
.filter(([i, f, m]) => f.length > 0)
-
+
setContext('PropPickerWrapper', {
focusProp: () => {},
propPickerConfig: writable(undefined),
@@ -47,11 +46,7 @@
-
+
This page centralizes the static inputs of every steps. It is akin to a file containing all
@@ -74,7 +69,7 @@
{/if}
{#each steps as [args, filter, m] (m.id)}
{#if filter.length > 0}
-
+
{m.summary || m.value['path'] || 'Inline script'}
{m.id}