diff --git a/apps/st2-actions/actions-panel.component.js b/apps/st2-actions/actions-panel.component.js index 7766a637a..7f8e41c17 100644 --- a/apps/st2-actions/actions-panel.component.js +++ b/apps/st2-actions/actions-panel.component.js @@ -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; })