feat: container delete confirmation modal (#2145)

Update container delete confirmation modal based on #1982 and #1981
This commit is contained in:
Navin Karkera
2025-06-24 19:37:14 +02:00
committed by GitHub
parent 60cebf703d
commit 4905f3bbc7
21 changed files with 802 additions and 256 deletions

View File

@@ -68,7 +68,7 @@ const DeleteModal = ({
</ActionRow>
)}
>
<p>{modalDescription}</p>
<div>{modalDescription}</div>
</AlertModal>
);
};