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:
@@ -107,6 +107,7 @@ export const DeleteConfirmationPopup = (props: ConfirmationPopupProps) => {
|
||||
const handleDelete = () => {
|
||||
if (deleteFromManifest) {
|
||||
onDelete();
|
||||
props.handleClose();
|
||||
submitForm();
|
||||
} else {
|
||||
deleteK8sResource();
|
||||
|
||||
Reference in New Issue
Block a user