diff --git a/src/actions/clusterActions.js b/src/actions/clusterActions.js index 3f09d65c15..3916a7a9bd 100644 --- a/src/actions/clusterActions.js +++ b/src/actions/clusterActions.js @@ -203,6 +203,9 @@ export function clusterDeleteConfirmed(cluster) { messageType.INFO, messageTTL.SHORT ); + + // ensure refreshing of the clusters list + dispatch(clustersLoad()); }) .catch(error => { dispatch(modalHide());