From 7a0bd839a36a2b219b375ad8909df96acc14ab19 Mon Sep 17 00:00:00 2001 From: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:51:48 -0700 Subject: [PATCH] Revert "Update template configuration to show supported runtimes" --- .../wizards/functions/steps/templateConfiguration.svelte | 9 --------- 1 file changed, 9 deletions(-) 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} -