소스 검색

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui 1 년 전
부모
커밋
82b5e52f2c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/components/CreateProject/StaffAllocation.tsx

+ 2
- 2
src/components/CreateProject/StaffAllocation.tsx 파일 보기

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


불러오는 중...
취소
저장