diff --git a/src/components/pages/closing/ClosingKandangList.tsx b/src/components/pages/closing/ClosingKandangList.tsx index 4ecf607f..03e096b4 100644 --- a/src/components/pages/closing/ClosingKandangList.tsx +++ b/src/components/pages/closing/ClosingKandangList.tsx @@ -5,9 +5,11 @@ import { ProjectFlock } from '@/types/api/production/project-flock'; const ClosingKandangList = ({ initialValue, projectData, + selectedKandangId, }: { initialValue?: ClosingGeneralInformation; projectData?: ProjectFlock; + selectedKandangId?: number; }) => { return (