+
{emptyLabel ?? "No items available"}
{/if}
diff --git a/src/lib/wizard/components/shared/Input.svelte b/src/lib/wizard/components/shared/Input.svelte
index 4f75be6..3710bab 100644
--- a/src/lib/wizard/components/shared/Input.svelte
+++ b/src/lib/wizard/components/shared/Input.svelte
@@ -15,7 +15,7 @@
{#if label}
-
+
{/if}
diff --git a/src/routes/wizard.svelte b/src/routes/wizard.svelte
index 4c5f948..1ba981c 100644
--- a/src/routes/wizard.svelte
+++ b/src/routes/wizard.svelte
@@ -20,7 +20,7 @@
@@ -35,7 +35,7 @@
class:cursor-not-allowed={!globalState.authenticated}
class:text-gray-300={!globalState.authenticated}
>
-
Network
+
Network
@@ -50,7 +50,7 @@
class:cursor-not-allowed={!globalState.authenticated}
class:text-gray-300={!globalState.authenticated}
>
-
Approval Process
+
Approval Process
@@ -65,7 +65,7 @@
class:cursor-not-allowed={!globalState.authenticated}
class:text-gray-300={!globalState.authenticated}
>
-
Deploy
+
Deploy
@@ -75,3 +75,14 @@
+
\ No newline at end of file