Skip to content

Commit 35795b5

Browse files
authored
Merge pull request #920 from pradnya-orchestral/delete_action_bug_fix
Resolved auto refresh list of actions issue after delete action
2 parents 0b169aa + 654edc9 commit 35795b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/st2-actions/actions-panel.component.js

+1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ export default class ActionsPanel extends React.Component {
223223
notification.success(`Action "${ref}" has been deleted successfully.`);
224224
this.navigate({ id: null });
225225
store.dispatch(flexActions.toggleAll());
226+
this.fetchGroups();
226227
return res;
227228
})
228229
.catch((err) => {

0 commit comments

Comments
 (0)