From 599dfb6f1429b21633aef508e0ee283eb23a2e86 Mon Sep 17 00:00:00 2001 From: Russ Long Date: Fri, 1 May 2026 12:53:35 -0400 Subject: [PATCH] fix: remove duplicated tomselect include from checkout_select_form --- resources/views/checkout_select_form.blade.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/views/checkout_select_form.blade.php b/resources/views/checkout_select_form.blade.php index a08f4ef..62cab95 100644 --- a/resources/views/checkout_select_form.blade.php +++ b/resources/views/checkout_select_form.blade.php @@ -37,7 +37,3 @@ @endsection - -@push('js') -@include('components.tomselect') -@endpush