From 3ec27b6707d34b189dd3ed517a24d824c7bc7b0e 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;