How to remove the close (X) icon from PrimeVue <Dialog> </Dialog>
<Dialog> </Dialog>
Use
:closable="false"
as bellow inside Dialog tag
Dialog
<Dialog :closable="false">