Skip to content

Commit

Permalink
Merge pull request #932 from pradnya-orchestral/Enhance_delete_action
Browse files Browse the repository at this point in the history
Resolved issue to keep left pack menu of action list expanded after s…
  • Loading branch information
m4dcoder authored Dec 3, 2021
2 parents 74092f7 + 022421b commit 454ee97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/st2-actions/actions-panel.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ export default class ActionsPanel extends React.Component {
.then((res) => {
notification.success(`Action "${ref}" has been deleted successfully.`);
this.navigate({ id: null });
store.dispatch(flexActions.toggleAll());
this.fetchGroups();
return res;
})
Expand Down

0 comments on commit 454ee97

Please sign in to comment.