my question is how to hide ant modal header
how to remove my modal section ?
the simple code is :
export default React.memo(() => {
return <Modal
width={800}
footer={<div/>}
>
</Modal>
});
i try to put header in property but not working
