mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
fix(FE): fixing closing overhead per kandang
This commit is contained in:
@@ -66,7 +66,13 @@ const ClosingDetail: React.FC<ClosingDetailProps> = ({
|
||||
{
|
||||
id: 'overhead',
|
||||
label: 'Overhead',
|
||||
content: <ClosingOverheadTabContent projectFlockId={id} />,
|
||||
content: (
|
||||
<ClosingOverheadTabContent
|
||||
projectFlockId={id}
|
||||
generalInformation={initialValue}
|
||||
kandangData={kandangData}
|
||||
/>
|
||||
),
|
||||
},
|
||||
{
|
||||
id: 'hppEkspedisi',
|
||||
|
||||
Reference in New Issue
Block a user