From 217e82bd44168885a7ef82ec9f538a220d83ab1a Mon Sep 17 00:00:00 2001 From: philipp lang Date: Thu, 17 Oct 2024 22:24:58 +0200 Subject: [PATCH] Fix label required --- app/View/Form/Label.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Form/Label.php b/app/View/Form/Label.php index 39864086..33c98724 100644 --- a/app/View/Form/Label.php +++ b/app/View/Form/Label.php @@ -21,7 +21,7 @@ class Label extends Component {{ $slot }} @if ($required) -  * +  * @endif HTML;