Skip to content

Commit

Permalink
fix: delete environment refreshing list (#4107)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Jun 5, 2024
1 parent 5ffdd51 commit 902b3cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/common/stores/project-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ const controller = {
store.model.environments,
(e) => e.id !== env.id,
)
getStore().dispatch(
environmentService.util.invalidateTags(['Environment']),
)
store.trigger('removed')
store.saved()
AppActions.refreshOrganisation()
Expand Down

0 comments on commit 902b3cd

Please sign in to comment.