Przeglądaj źródła

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui 1 rok temu
rodzic
commit
82b5e52f2c
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/components/CreateProject/StaffAllocation.tsx

+ 2
- 2
src/components/CreateProject/StaffAllocation.tsx Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz