diff --git a/resources/views/finance/vehicle-logs.blade.php b/resources/views/finance/vehicle-logs.blade.php index e50f0e1f..75d3c31d 100644 --- a/resources/views/finance/vehicle-logs.blade.php +++ b/resources/views/finance/vehicle-logs.blade.php @@ -414,14 +414,14 @@ className="px-3 py-2 border border-gray-300 rounded-lg font-medium"
- setFilterYear(parseInt(e.target.value))} className="px-4 py-2 border border-gray-300 rounded-lg min-w-[133px]"> {years.map(y => )} - setFilterMonth(parseInt(e.target.value))} className="px-4 py-2 border border-gray-300 rounded-lg min-w-[103px]"> {months.map(m => )}
- setFilterTripType(e.target.value)} className="px-4 py-2 border border-gray-300 rounded-lg min-w-[120px]"> {tripTypes.map(t => )}