diff --git a/resources/views/components/forms/input-with-select.blade.php b/resources/views/components/forms/input-with-select.blade.php index d9f72143f..5a9e10d4b 100644 --- a/resources/views/components/forms/input-with-select.blade.php +++ b/resources/views/components/forms/input-with-select.blade.php @@ -3,6 +3,16 @@ $selectId = $htmlId !== 'null' ? $htmlId . '-select' : null; @endphp + +