From dabbebf2787dc3e407e0c1cfdc564fb8ed4032e6 Mon Sep 17 00:00:00 2001 From: Arman Date: Fri, 18 Aug 2023 12:42:24 +0200 Subject: [PATCH] fix: git template creation --- src/lib/elements/forms/inputChoice.svelte | 6 ++++-- src/lib/elements/forms/inputSelectSearch.svelte | 11 +++++++---- src/lib/elements/forms/label.svelte | 8 +++++++- .../wizards/functions/steps/gitConfiguration.svelte | 4 +++- 4 files changed, 21 insertions(+), 8 deletions(-) diff --git a/src/lib/elements/forms/inputChoice.svelte b/src/lib/elements/forms/inputChoice.svelte index 4e4d73856..4a6b53c5a 100644 --- a/src/lib/elements/forms/inputChoice.svelte +++ b/src/lib/elements/forms/inputChoice.svelte @@ -40,8 +40,10 @@ on:invalid={handleInvalid} />
-
- {label} +
+
+ {label} +
{#if tooltip}