+
{:else}
import { LabelCard } from '$lib/components';
import { WizardStep } from '$lib/layout';
+ import { app } from '$lib/stores/app';
import { templateConfig } from '../store';
async function beforeSubmit() {
@@ -21,8 +22,8 @@
Create a new repository
Clone the template and create a new repository in your selected organization.
@@ -30,8 +31,8 @@
Add to existing repository
Clone the template to an existing repository in your selected organization.
diff --git a/src/lib/wizards/functions/steps/templateConfiguration.svelte b/src/lib/wizards/functions/steps/templateConfiguration.svelte
index 53e97ecd3..d3c1cce65 100644
--- a/src/lib/wizards/functions/steps/templateConfiguration.svelte
+++ b/src/lib/wizards/functions/steps/templateConfiguration.svelte
@@ -41,9 +41,14 @@
bind:value={$templateConfig.name}
required />
{#await loadRuntimes()}
-