We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817359e commit 813849bCopy full SHA for 813849b
src/resources/views/admin/_form.blade.php
@@ -17,7 +17,7 @@
17
</div>
18
19
20
-{!! BootForm::select(__('Page'), 'page_id', Pages::allForSelect())->addClass('custom-select') !!}
+{!! BootForm::select(__('Page'), 'page_id', Pages::allForSelect()) !!}
21
22
<div class="mb-3">
23
{!! TranslatableBootForm::hidden('status')->value(0) !!}
0 commit comments