mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
refactor(FE-208): update PurchaseOrderDetail component to use initialValues prop
This commit is contained in:
@@ -40,7 +40,7 @@ const PurchaseDetail = () => {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{!isLoadingPurchase && isResponseSuccess(purchase) && (
|
{!isLoadingPurchase && isResponseSuccess(purchase) && (
|
||||||
<PurchaseOrderDetail type='detail' data={purchase.data} />
|
<PurchaseOrderDetail type='detail' initialValues={purchase.data} />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user