Explorar el Código

Dashboard ui

MergeProblem1
Tommy\2Fi-Staff hace 2 semanas
padre
commit
d50aebb674
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. +0
    -5
      src/components/DashboardPage/truckSchedule/TruckScheduleDashboard.tsx

+ 0
- 5
src/components/DashboardPage/truckSchedule/TruckScheduleDashboard.tsx Ver fichero

@@ -237,11 +237,6 @@ const TruckScheduleDashboard: React.FC = () => {
return (
<Card sx={{ mb: 2 }}>
<CardContent>
{/* Title */}
<Typography variant="h5" sx={{ mb: 3, fontWeight: 600 }}>
{t("Truck Schedule Dashboard")}
</Typography>

{/* Filter */}
<Stack direction="row" spacing={2} sx={{ mb: 3 }}>
<FormControl sx={{ minWidth: 150 }} size="small">


Cargando…
Cancelar
Guardar