From 7b467e08bc4f0ce8c055cf70ce7a19be8d3cea12 Mon Sep 17 00:00:00 2001 From: Arman Date: Fri, 18 Aug 2023 12:49:04 +0200 Subject: [PATCH] fix: git template creation --- src/lib/wizards/functions/steps/gitConfiguration.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/wizards/functions/steps/gitConfiguration.svelte b/src/lib/wizards/functions/steps/gitConfiguration.svelte index 1a5fb8510..33e158e6f 100644 --- a/src/lib/wizards/functions/steps/gitConfiguration.svelte +++ b/src/lib/wizards/functions/steps/gitConfiguration.svelte @@ -62,8 +62,8 @@ { $choices.branch = event.detail.value; }} + interactiveOutput name="branch" options={branches?.map((branch) => { return {