From 744782ec618f5ce2bf3ce227b23c71b21adde44d Mon Sep 17 00:00:00 2001 From: philipp lang Date: Tue, 29 Oct 2024 21:21:52 +0100 Subject: [PATCH] Fix: Add id to select field --- app/View/Form/Select.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Form/Select.php b/app/View/Form/Select.php index 5b869f13..89db5bfd 100644 --- a/app/View/Form/Select.php +++ b/app/View/Form/Select.php @@ -33,7 +33,7 @@ class Select extends Component @endif
-