Sfoglia il codice sorgente

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui 1 anno fa
parent
commit
82b5e52f2c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      src/components/CreateProject/StaffAllocation.tsx

+ 2
- 2
src/components/CreateProject/StaffAllocation.tsx Vedi File

@@ -199,11 +199,11 @@ const StaffAllocation: React.FC<Props> = ({

return (
<>
<Card sx={{ display: isActive ? "block" : "none" }}>
{/* <Card sx={{ display: isActive ? "block" : "none" }}>
<CardContent sx={{ display: "flex", flexDirection: "column", gap: 1 }}>
<ResourceCapacity />
</CardContent>
</Card>
</Card> */}
<Card sx={{ display: isActive ? "block" : "none" }}>
<CardContent sx={{ display: "flex", flexDirection: "column", gap: 1 }}>
<Stack gap={2}>


Caricamento…
Annulla
Salva