From 0473b02872f9dbc1993ec5d6686484c24986e85c Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Tue, 15 May 2018 14:44:22 +0200 Subject: [PATCH] mgr/dashboard: Deletion dialog falsely executes deletion when pressing 'Cancel' If a deletion fails and the 'Cancel' button is pressed to close the dialog, then the deletion process is triggered again. Signed-off-by: Volker Theile --- .../components/deletion-modal/deletion-modal.component.html | 1 - .../components/deletion-modal/deletion-modal.component.ts | 4 ---- 2 files changed, 5 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.html b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.html index 8f89a8d9e8d6f..5054785be89aa 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/deletion-modal/deletion-modal.component.html @@ -7,7 +7,6 @@