Parcourir la source

Dashboard ui

MergeProblem1
Tommy\2Fi-Staff il y a 2 semaines
Parent
révision
d50aebb674
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. +0
    -5
      src/components/DashboardPage/truckSchedule/TruckScheduleDashboard.tsx

+ 0
- 5
src/components/DashboardPage/truckSchedule/TruckScheduleDashboard.tsx Voir le fichier

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


Chargement…
Annuler
Enregistrer