Merge pull request #751 from navi-infra/INFRA-4117

INFRA-4117 | Abhishek | Ensure delete confirmation popup always closes on Yes/No selection
This commit is contained in:
Abhishek K
2025-01-08 18:53:07 +05:30
committed by GitHub

View File

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