Create Modal ID access?
Hi,
I have a create modal that I need to pass an ID to; I've done so, and its in the query parameter --
How could I access it inside the AntD Modal?
I have a create modal that I need to pass an ID to; I've done so, and its in the query parameter --
/books?modal-books-create[open]=true&modal-books-create[id]=10How could I access it inside the AntD Modal?
