Sfoglia il codice sorgente

Dashboard ui

MergeProblem1
Tommy\2Fi-Staff 2 settimane fa
parent
commit
d50aebb674
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. +0
    -5
      src/components/DashboardPage/truckSchedule/TruckScheduleDashboard.tsx

+ 0
- 5
src/components/DashboardPage/truckSchedule/TruckScheduleDashboard.tsx Vedi File

@@ -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">


Caricamento…
Annulla
Salva