Skip to content

Commit

Permalink
Merge pull request #920 from pradnya-orchestral/delete_action_bug_fix
Browse files Browse the repository at this point in the history
Resolved auto refresh list of actions issue after delete action
  • Loading branch information
m4dcoder committed Oct 26, 2021
2 parents 0b169aa + 654edc9 commit 35795b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/st2-actions/actions-panel.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ export default class ActionsPanel extends React.Component {
notification.success(`Action "${ref}" has been deleted successfully.`);
this.navigate({ id: null });
store.dispatch(flexActions.toggleAll());
this.fetchGroups();
return res;
})
.catch((err) => {
Expand Down

0 comments on commit 35795b5

Please sign in to comment.