Skip to content

Commit

Permalink
Refresh clusters list after deletion (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Mar 19, 2019
1 parent 567074c commit a4c721b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/actions/clusterActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ export function clusterDeleteConfirmed(cluster) {
messageType.INFO,
messageTTL.SHORT
);

// ensure refreshing of the clusters list
dispatch(clustersLoad());
})
.catch(error => {
dispatch(modalHide());
Expand Down

0 comments on commit a4c721b

Please sign in to comment.