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