diff --git a/src/lib/wizards/functions/steps/templateConfiguration.svelte b/src/lib/wizards/functions/steps/templateConfiguration.svelte index 1f6beac3d1..49be494b63 100644 --- a/src/lib/wizards/functions/steps/templateConfiguration.svelte +++ b/src/lib/wizards/functions/steps/templateConfiguration.svelte @@ -33,15 +33,6 @@ {$template.name} {$template.tagline} -
-
- Supported runtimes: -
-
- {#each $template.runtimes.sort((r1, r2) => r1.name.localeCompare(r2.name)) as runtime} - {runtime.name} - {/each} -