We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b169aa commit 654edc9Copy full SHA for 654edc9
apps/st2-actions/actions-panel.component.js
@@ -223,6 +223,7 @@ export default class ActionsPanel extends React.Component {
223
notification.success(`Action "${ref}" has been deleted successfully.`);
224
this.navigate({ id: null });
225
store.dispatch(flexActions.toggleAll());
226
+ this.fetchGroups();
227
return res;
228
})
229
.catch((err) => {
0 commit comments