edit in a modal window
how can I pass the ID of the resource in a code like this ?
<Modal
open={visibleModal}
onClose={closeModal}>
<Box
sx={styleModal}
>
<OrderItemsEdit />
<Modal
open={visibleModal}
onClose={closeModal}>
<Box
sx={styleModal}
>
<OrderItemsEdit />
