mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
fix: nested modal
This commit is contained in:
@@ -1127,6 +1127,7 @@ const PurchaseOrderDetail = ({
|
|||||||
label='Tanggal PO'
|
label='Tanggal PO'
|
||||||
value={managerApprovalPoDate}
|
value={managerApprovalPoDate}
|
||||||
onChange={(e) => setManagerApprovalPoDate(e.target.value)}
|
onChange={(e) => setManagerApprovalPoDate(e.target.value)}
|
||||||
|
isNestedModal
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<TextArea
|
<TextArea
|
||||||
@@ -1269,6 +1270,7 @@ const PurchaseOrderDetail = ({
|
|||||||
label='Tanggal PO'
|
label='Tanggal PO'
|
||||||
value={editPoDate}
|
value={editPoDate}
|
||||||
onChange={(e) => setEditPoDate(e.target.value)}
|
onChange={(e) => setEditPoDate(e.target.value)}
|
||||||
|
isNestedModal
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user