INFRA-4117 | Abhishek | Ensure confirmation popup closes on Yes/No selection

This commit is contained in:
Abhishek Katiyar
2025-01-08 18:42:04 +05:30
parent b463d3c2b7
commit 68f2dc37f2

View File

@@ -107,6 +107,7 @@ export const DeleteConfirmationPopup = (props: ConfirmationPopupProps) => {
const handleDelete = () => {
if (deleteFromManifest) {
onDelete();
props.handleClose();
submitForm();
} else {
deleteK8sResource();