updated publish qortalRequests

This commit is contained in:
2025-01-15 03:21:13 +02:00
parent e3af586c88
commit 6662aa8cc7
4 changed files with 150 additions and 32 deletions

View File

@@ -549,6 +549,18 @@ export const Minting = ({
}}
>
<DialogTitle id="alert-dialog-title">{"Manage your minting"}</DialogTitle>
<IconButton
sx={{
position: 'absolute',
right: 8,
top: 8,
}}
color="inherit"
onClick={()=> setIsOpenMinting(false)}
aria-label="close"
>
<CloseIcon />
</IconButton>
<DialogContent
sx={{
position: "relative",